ComponentOne Bitmap for UWP
Offset(Point2F,Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > Offset Method : Offset(Point2F,Single,Single) Method
Offsets the point by the specified amount.
Syntax
'Declaration
 
Public Overloads Shared Function Offset( _
   ByVal pt As Point2F, _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) As Point2F
public static Point2F Offset( 
   Point2F pt,
   System.float dx,
   System.float dy
)

Parameters

pt
dx
dy
See Also

Reference

Point2F Structure
Point2F Members
Overload List