C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Point2F Structure / Offset Method / Offset(Point2F,Point2F) Method

In This Topic
Offset(Point2F,Point2F) Method
In This Topic
Offsets the point by the specified amount.
Syntax
'Declaration
 
Public Overloads Shared Function Offset( _
   ByVal point1 As Point2F, _
   ByVal point2 As Point2F _
) As Point2F
 

Parameters

point1
point2
See Also