The Translate Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- dx
- The x value by which to translate the matrix in the AnnObject.Transform property.
- dy
- The y value by which to translate the matrix in the AnnObject.Transform property.
Visual Basic (Declaration) | |
---|---|
Overrides Public Sub Translate( _ ByVal dx As Single, _ ByVal dy As Single _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnGroupObject Dim dx As Single Dim dy As Single instance.Translate(dx, dy) |
Parameters
- dx
- The x value by which to translate the matrix in the AnnObject.Transform property.
- dy
- The y value by which to translate the matrix in the AnnObject.Transform property.
The AnnGroupObject class overrides the AnnObject.Translate method to translate all objects in the group. For more information, refer to AnnObject.Translate.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7