BitmapTransform.ScaledHeight Property

Definition

Specifies the height, 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 ScaledHeight { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledHeight();

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

Property Value

UInt32

unsigned int

uint32_t

The height of the bitmap, in pixels.

Applies to