C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PointD Structure / Offset Method
The horizontal offset.
The vertical offset.

In This Topic
Offset Method (PointD)
In This Topic
Offsets the current PointD structure by the specified values.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal dx As Double, _
   ByVal dy As Double _
) 
 

Parameters

dx
The horizontal offset.
dy
The vertical offset.
See Also