XamlDirect.GetMatrix3DProperty(IXamlDirectObject, XamlPropertyIndex) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Wert einer Matrix3D-Eigenschaft für ein bestimmtes IXamlDirectObject ab.
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.