Share via


SoftwareBitmapRenderer.SoftwareBitmap Property

The SoftwareBitmap that will be rendered to.

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

SoftwareBitmapRenderer Class

SoftwareBitmapRenderer.SoftwareBitmapRenderer Members

Lumia.Imaging Namespace