ActiveReports Developer 7
TranslateTransform Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : TranslateTransform Method

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

Glossary Item Box

Prepends the specified translation to the transformation matrix of this Graphics object.

Syntax

Visual Basic (Declaration) 
Sub TranslateTransform( _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) 
C# 
void TranslateTransform( 
   System.float dx,
   System.float dy
)

Parameters

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

See Also