BitmapTransform.ScaledWidth Property

Definition

Specifies the width, in pixels, of the bitmap after it is scaled. This is defined in the coordinate space of the source image, before rotation and flip are applied.

public:
 property unsigned int ScaledWidth { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledWidth();

void ScaledWidth(uint32_t value);
public uint ScaledWidth { get; set; }
var uInt32 = bitmapTransform.scaledWidth;
bitmapTransform.scaledWidth = uInt32;
Public Property ScaledWidth As UInteger

Property Value

UInt32

unsigned int

uint32_t

The width of the bitmap, in pixels.

Applies to