ImageGear PDF v25.2 - Updated
SetMatrix Method (ImGearVectorGradient)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : SetMatrix Method
New transformation matrix.
Sets transformation matrix of the gradient object.
Syntax
'Declaration
 
Public Sub SetMatrix( _
   ByVal matrix() As Single _
) 
'Usage
 
Dim instance As ImGearVectorGradient
Dim matrix() As Single
 
instance.SetMatrix(matrix)
public void SetMatrix( 
   float[] matrix
)
public: void SetMatrix( 
   float[]* matrix
) 
public:
void SetMatrix( 
   array<float>^ matrix
) 

Parameters

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

ImGearVectorGradient Class
ImGearVectorGradient Members
GetMatrix Method

Is this page helpful?
Yes No
Thanks for your feedback.