Freigeben über


XamlDirect.GetMatrix3DProperty(IXamlDirectObject, XamlPropertyIndex) Methode

Definition

public:
 virtual Matrix3D GetMatrix3DProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetMatrix3DProperty;
Matrix3D GetMatrix3DProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix3D GetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getMatrix3DProperty(xamlDirectObject, propertyIndex)
Public Function GetMatrix3DProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Matrix3D

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Matrix3D-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration abzurufen.

Gibt zurück

Matrix3D-Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen