ActiveReports 9
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 System.Single, _
   ByVal dy As System.Single _
) 
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

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum