XamlDirect.GetMatrix3DProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

Gets the value of a Matrix3D property for a specific IXamlDirectObject.

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

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Matrix3D property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

Matrix3D value of the specified property.

Applies to

See also