IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) メソッド

定義

特定の IXamlDirectMatrix3D プロパティの値を取得します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

パラメーター

xamlDirectObject
Object

Platform::Object

IInspectable

特定の IXamlDirect への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から値を取得する Matrix3D プロパティへの参照。

戻り値

[Matrix3D]指定したプロパティの ((/uwp/api/windows.ui.xaml.media.media3d.matrix3d) 値。

適用対象

こちらもご覧ください