Bagikan melalui


XamlDirect.SetMatrix3DProperty Metode

Definisi

Mengatur nilai properti Matrix3D untuk IXamlDirectObject tertentu.

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)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Matrix3D untuk mengatur nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

value
Matrix3D

Nilai matriks3D untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga