Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BitmapImage.DecodePixelWidth Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the width to use for image decoding operations.

public:
 property int DecodePixelWidth { int get(); void set(int value); };
int DecodePixelWidth();

void DecodePixelWidth(int value);
public int DecodePixelWidth { get; set; }
var int32 = bitmapImage.decodePixelWidth;
bitmapImage.decodePixelWidth = int32;
Public Property DecodePixelWidth As Integer
<BitmapImage DecodePixelWidth="int" />

Property Value

Int32

int

The width (in pixels) to use for image decoding operations.

Applies to


Feedback

Was this page helpful?