|
clsGpGraphics.TranslateTransform Function
Updates this Graphics object's world transformation matrix with the product of itself and a translation matrix.
Syntax
Public Function TranslateTransform (ByVal dX As Single, _ ByVal dY As Single, _ ByVal Order As GpMatrixOrder) As GpStatus
Parameters
Parameter |
Description |
ByVal dX As Single |
Real number that specifies the horizontal component of the translation |
ByVal dY As Single |
Real number that specifies the vertical component of the translation |
ByVal Order As GpMatrixOrder |
Specifies the order of multiplication. MatrixOrderPrepend specifies that the translation matrix is on the left, and MatrixOrderAppend specifies that the translation matrix is on the right. The default value is MatrixOrderPrepend |
|