BitmapTransform.Rotation 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 rotation operation that is used to transform the bitmap.
public:
property BitmapRotation Rotation { BitmapRotation get(); void set(BitmapRotation value); };
BitmapRotation Rotation();
void Rotation(BitmapRotation value);
public BitmapRotation Rotation { get; set; }
var bitmapRotation = bitmapTransform.rotation;
bitmapTransform.rotation = bitmapRotation;
Public Property Rotation As BitmapRotation
Property Value
The type of rotation. One of the values of the BitmapRotation enumeration.