SoftwareBitmapRenderer.BitmapAlphaMode Property

The output BitmapAlphaMode used when rendering.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public BitmapAlphaMode BitmapAlphaMode { get; set; }
'Declaration
Public Property BitmapAlphaMode As BitmapAlphaMode
    Get
    Set
public:
virtual property BitmapAlphaMode BitmapAlphaMode {
    BitmapAlphaMode get () sealed;
    void set (BitmapAlphaMode value) sealed;
}
function get_BitmapAlphaMode();
function set_BitmapAlphaMode(value);

Property Value

Type: BitmapAlphaMode

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

SoftwareBitmapRenderer Class

SoftwareBitmapRenderer.SoftwareBitmapRenderer Members

Lumia.Imaging Namespace