Share via


IXRWriteableBitmap::Init (Compact 2013)

3/28/2014

XAML for Windows Embedded provides the following versions of the Init method:

Method

Description

IXRWriteableBitmap::Init(IXRBitmapSource, bool)

Initializes a new instance of IXRWriteableBitmap by using a IXRBitmapSource object.

IXRWriteableBitmap::Init(IXRUIElement, IXRTransform, bool)

Initializes a new instance of IXRWriteableBitmap by using a UI element and, optionally, a visual transformation.

IXRWriteableBitmap::Init(UINT, UINT, bool)

Initializes a new instance of IXRWriteableBitmap by using size dimensions.

See Also

Reference

IXRWriteableBitmap