Offset(Point2D,Double,Double) Method
In This Topic
Offsets the point by the specified amount.
Syntax
'Declaration
Public Overloads Shared Function Offset( _
ByVal As Point2D, _
ByVal As System.Double, _
ByVal As System.Double _
) As Point2D
public static Point2D Offset(
Point2D ,
System.double ,
System.double
)
Parameters
- pt
- dx
- dy
See Also