XamlDirect.GetMatrixProperty(IXamlDirectObject, XamlPropertyIndex) Método

Definición

Obtiene el valor de una propiedad Matrix para un IXamlDirectObject específico.

public:
 virtual Matrix GetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetMatrixProperty;
Matrix GetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix GetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getMatrixProperty(xamlDirectObject, propertyIndex)
Public Function GetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Matrix

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Referencia a la propiedad Matrix para obtener el valor de de la lista de propiedades admitidas en la enumeración XamlPropertyIndex .

Devoluciones

Valor de matriz de la propiedad especificada.

Se aplica a

Consulte también