Offsets the current PointD structure by the specified values.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Offset( double dx, double dy ) |
Visual Basic |
---|
Public Sub Offset ( _ dx As Double, _ dy As Double _ ) |
Parameters
- dx
- Type: System..::..Double
The horizontal offset.
- dy
- Type: System..::..Double
The vertical offset.