Condividi tramite


XamlDirect.SetMatrix3DProperty Metodo

Definizione

Imposta il valore di una proprietà Matrix3D per un oggetto IXamlDirectObject specifico.

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Matrix3D per impostare il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
Matrix3D

Valore Matrix3D da impostare sulla proprietà specificata.

Si applica a

Vedi anche