ImageGear .NET - Updated March 30, 2018
SetMatrix Method (ImGearVectorView)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : SetMatrix Method
New transformation matrix for the View.
Sets the current transformation matrix of the view.
Syntax
'Declaration
 
Public Sub SetMatrix( _
   ByVal matrix() As Single _
) 
 
'Usage
 
Dim instance As ImGearVectorView
Dim matrix() As Single
 
instance.SetMatrix(matrix)

Parameters

matrix
New transformation matrix for the View.
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