ActiveReports 8
TranslateTransform Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also