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