API Documentation > CorelDRAW > 2025-v26 > Shape > IVGShape
Shape.TransformMatrix method
Modifies the shape's transformation matrix by multiplying it by the given matrix
Syntax:
Sub TransformMatrix(ByVal d11 As Double, ByVal d12 As Double, ByVal d21 As Double, ByVal d22 As Double, ByVal tx As Double, ByVal ty As Double)
Parameters:
Name Type Description
d11
Double
d12
Double
d21
Double
d22
Double
tx
Double
ty
Double
Remarks:
The TransformMatrix method modifies the transformation matrix of a shape by multiplying it by the given matrix. A transformation matrix is four numbers that include two transformations and two translations (or movements). Each matrix element is referred to as d11, d12, d21, and d22 respectively, left to right and top to bottom.