ActiveReports 12
TranslateTransform Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : TranslateTransform Method
The x-coordinate of the translation.
The y-coordinate of the translation.
Prepends the specified translation to the transformation matrix of this Graphics object.
Syntax
'Declaration
 
Sub TranslateTransform( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
void TranslateTransform( 
   float dx,
   float dy
)

Parameters

dx
The x-coordinate of the translation.
dy
The y-coordinate of the translation.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members