Bagikan melalui


XamlDirect.GetMatrixProperty(IXamlDirectObject, XamlPropertyIndex) Metode

Definisi

Mendapatkan nilai properti Matrix untuk IXamlDirectObject tertentu.

public:
 virtual Matrix GetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetMatrixProperty;
Matrix GetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix GetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getMatrixProperty(xamlDirectObject, propertyIndex)
Public Function GetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Matrix

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Matriks untuk mendapatkan nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

Mengembalikan

Nilai matriks properti yang ditentukan.

Berlaku untuk

Lihat juga