BitmapSizeOptions.FromRotation(Rotation) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kaynak bit eşlem en BitmapSizeOptions boy oranını koruyan ve uygulanacak bir baş harfi Rotation belirten bir örneğini başlatır.
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
Parametreler
- rotation
- Rotation
Uygulanacak ilk döndürme değeri. Yalnızca 90 derecelik artışlar desteklenir.
Döndürülenler
Yeni bir BitmapSizeOptions örneği.
Açıklamalar
Sonuçta elde edilen bit eşlem özgün en boy oranını ve boyutlandırmasını korur.
Döndürülen BitmapSizeOptions öğesinin Rotation özelliği değerine, değerinerotation
PreservesAspectRatio, true
PixelHeight değeri ise 0 olarak, PixelWidth 0 değerine ayarlanır.