Freigeben über


BitmapSizeOptions.FromRotation(Rotation) Methode

Definition

Initialisiert eine Instanz von BitmapSizeOptions, womit das Seitenverhältnis des Quellbitmaps beibehalten und die anzuwendende anfängliche Rotation angegeben wird.

public:
 static System::Windows::Media::Imaging::BitmapSizeOptions ^ FromRotation(System::Windows::Media::Imaging::Rotation rotation);
public static System.Windows.Media.Imaging.BitmapSizeOptions FromRotation (System.Windows.Media.Imaging.Rotation rotation);
static member FromRotation : System.Windows.Media.Imaging.Rotation -> System.Windows.Media.Imaging.BitmapSizeOptions
Public Shared Function FromRotation (rotation As Rotation) As BitmapSizeOptions

Parameter

rotation
Rotation

Der anzuwendende anfängliche Drehungswert. Es werden nur 90-Grad-Schritte unterstützt.

Gibt zurück

Eine neue Instanz von BitmapSizeOptions.

Hinweise

Die resultierende Bitmap behält ihr ursprüngliches Seitenverhältnis und die Größe bei.

Die zurückgegebene BitmapSizeOptions -Eigenschaft wird Rotation auf den Wert von rotationfestgelegt, auf PreservesAspectRatio festgelegt, PixelHeight auf true0 und PixelWidth auf 0 festgelegt.

Gilt für:

Weitere Informationen