Compartir a través de


XamlDirect.SetMatrix3DProperty Método

Definición

Establece el valor de una propiedad Matrix3D para un objeto IXamlDirectObject específico.

public:
 virtual void SetMatrix3DProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value) = SetMatrix3DProperty;
void SetMatrix3DProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix3D const& value);
public void SetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
function setMatrix3DProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrix3DProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix3D)

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al objeto IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Referencia a la propiedad Matrix3D para establecer el valor de de la lista de propiedades admitidas en la enumeración XamlPropertyIndex .

value
Matrix3D

Valor matrix3D que se va a establecer en la propiedad especificada.

Se aplica a

Consulte también