RenderOptions.GetBitmapScalingMode(DependencyObject) Método

Definição

Retorna o valor da propriedade BitmapScalingMode anexada para um objeto de dependência especificado.

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

Parâmetros

target
DependencyObject

O objeto de dependência do qual o valor da propriedade anexada BitmapScalingMode será recuperado.

Retornos

BitmapScalingMode

O valor atual da propriedade anexada BitmapScalingMode no objeto de dependência especificado.

Atributos

Exceções

O target especificado é null.

Exemplos

O exemplo a seguir mostra como obter o BitmapScalingMode objeto de imagem.

// 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)

Aplica-se a

Confira também