XamlDirect.GetMatrix3DProperty(IXamlDirectObject, XamlPropertyIndex) 方法

定义

获取特定 IXamlDirectObjectMatrix3D 属性的值。

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

参数

xamlDirectObject
IXamlDirectObject

对特定 IXamlDirectObject 的引用。

propertyIndex
XamlPropertyIndex

Matrix3D 属性的引用,用于从 XamlPropertyIndex 枚举中支持的属性列表中获取 的值。

返回

指定属性的 Matrix3D 值。

适用于

另请参阅