SoftwareBitmapRenderer.BitmapPixelFormat Property

The output BitmapPixelFormat used when rendering.

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

Syntax

public BitmapPixelFormat BitmapPixelFormat { get; set; }
'Declaration
Public Property BitmapPixelFormat As BitmapPixelFormat
    Get
    Set
public:
virtual property BitmapPixelFormat BitmapPixelFormat {
    BitmapPixelFormat get () sealed;
    void set (BitmapPixelFormat value) sealed;
}
function get_BitmapPixelFormat();
function set_BitmapPixelFormat(value);

Property Value

Type: BitmapPixelFormat

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

SoftwareBitmapRenderer Class

SoftwareBitmapRenderer.SoftwareBitmapRenderer Members

Lumia.Imaging Namespace