IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer Matrix3D-Eigenschaft für eine bestimmte IXamlDirect ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 Matrix3D GetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Matrix3D GetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix3D GetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Matrix3D

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf die spezifische IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Matrix3D-Eigenschaft , auf der der Wert aus der Liste der unterstützten Eigenschaften in XamlPropertyIndex aufgezählt werden soll.

Gibt zurück

[Matrix3D] ((/uwp/api/windows.ui.xaml.media.media3d.matrix3d)-Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen