SoftwareBitmapImageSource.SoftwareBitmap Property
The bitmap to use as source.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public SoftwareBitmap SoftwareBitmap { get; set; }
'Declaration
Public Property SoftwareBitmap As SoftwareBitmap
Get
Set
public:
virtual property SoftwareBitmap^ SoftwareBitmap {
SoftwareBitmap^ get () sealed;
void set (SoftwareBitmap^ value) sealed;
}
function get_SoftwareBitmap();
function set_SoftwareBitmap(value);
Property Value
Type: SoftwareBitmap
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
SoftwareBitmapImageSource Class