Sdílet prostřednictvím


RenderOptions.GetBitmapScalingMode(DependencyObject) Metoda

Definice

Vrátí hodnotu BitmapScalingMode připojené vlastnosti pro zadaný objekt závislosti.

public:
 static System::Windows::Media::BitmapScalingMode GetBitmapScalingMode(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.BitmapScalingMode GetBitmapScalingMode (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetBitmapScalingMode : System.Windows.DependencyObject -> System.Windows.Media.BitmapScalingMode
Public Shared Function GetBitmapScalingMode (target As DependencyObject) As BitmapScalingMode

Parametry

target
DependencyObject

Objekt závislosti, ze kterého chcete načíst hodnotu BitmapScalingMode připojené vlastnosti.

Návraty

BitmapScalingMode

Aktuální hodnota BitmapScalingMode připojené vlastnosti u zadaného objektu závislosti.

Atributy

Výjimky

target Zadané je null.

Příklady

Následující příklad ukazuje, jak získat BitmapScalingMode objekt obrázku.

// Get the bitmap scaling mode for the image.
BitmapScalingMode bitmapScalingMode = RenderOptions.GetBitmapScalingMode(MyImage);
' Get the bitmap scaling mode for the image.
Dim bitmapScalingMode As BitmapScalingMode = RenderOptions.GetBitmapScalingMode(MyImage)

Platí pro

Viz také