ActiveReports 9
Offset(Single,Single) Method

The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
 
Public Overloads Sub Offset( _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) 
public void Offset( 
   System.float dx,
   System.float dy
)

Parameters

dx
The amount to offset the location horizontally.
dy
The amount to offset the location vertically.
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

Reference

RectangleFEx Structure
RectangleFEx Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum