A helper method that creates a standard translation matrix with the specified values.
Public Shared Function CreateTranslateMatrix( _
ByVal dx As Single, _
ByVal dy As Single _
) As Matrix
dx
The x value of the translation.
dy
The y value of the translation.
The System.Drawing.Drawing2D.Matrix that this method creates.
This method is intended to be used by derived annotation objects that implement non-automatic transformation. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET