IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Matrix3D per un IXamlDirect specifico.

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Matrix3D in cui ottenere il valore dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

Restituisce

[Matrice3D] (/uwp/api/windows.ui.xaml.media.media3d.matrix3d) valore della proprietà specificata.

Si applica a

Vedi anche