ImageGear for .NET
GetMatrix Method (ImGearVectorView)




Returns the current transformation matrix of the view.
Syntax
'Declaration
 
Public Function GetMatrix() As Single()
'Usage
 
Dim instance As ImGearVectorView
Dim value() As Single
 
value = instance.GetMatrix()
public float[] GetMatrix()
public: float[]* GetMatrix(); 
public:
array<float>^ GetMatrix(); 

Return Value

Array of 16 floating-point values.
Remarks
The matrix consists of 16 floating-point values and is aligned by columns, that is: a11 a21 a31 a41 a12 a22 a32 a42 a13 a23 a33 a43 a14 a24 a34 a44.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback