ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Objects > IGVectView Object > IGVectView Methods > GetMatrix Method |
Returns the current transformation matrix of the view. The matrix consists of 16 floating-point values ordered by the columns, that is:
a11 a21 a31 a41
a12 a22 a32 a42
a13 a23 a33 a43
a14 a24 a34 a44
GetMatrix() As IGVectMatrix
New instance of IGVectMatrix Object.
N/A
None