Teilen über


BitmapTransform.Rotation Eigenschaft

Definition

Gibt den Drehvorgang an, der zum Transformieren der Bitmap verwendet wird.

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

Eigenschaftswert

Der Typ der Drehung. Einer der Werte der BitmapRotation-Enumeration .

Gilt für: