Contains transformations that can be applied to pixel data.
Syntax
var bitmapTransform = new Windows.Graphics.Imaging.BitmapTransform();
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapTransform class has these types of members:
Constructors
The BitmapTransform class has these constructors.
| Constructor | Description |
|---|---|
| BitmapTransform | Creates a new BitmapTransform object. |
Methods
The BitmapTransform class inherits methods from the Object class (C#/VB/C++).
Properties
The BitmapTransform class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Specifies the bounding rectangle that is used to crop the bitmap. | |
| Read/write | Specifies the flip operation that is used to transform the bitmap. | |
| Read/write | Specifies the interpolation mode that is used to scale the bitmap. | |
| Read/write | Specifies the rotation operation that is used to transform the bitmap. | |
| Read/write | Specifies the height, in pixels, of the transformed bitmap. | |
| Read/write | Specifies the width, in pixels, of the transformed bitmap. |
Remarks
When more than one transform operation is set, the order of transform operations is:
- Scaling
- Rotation and Flip
- Cropping
The default values of BitmapTransform result in a pass-through operation.
Calling this method with pbBuffer set to NULL will cause it to return the required buffer size in pcbActual.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012