BitmapTransform.ScaledHeight 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.
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
The height of the bitmap, in pixels.