ComponentOne Bitmap for UWP
Addition(Point2F,Vector2) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > Addition Operator : Addition(Point2F,Vector2) Operator
Returns the result of addition of the given offset to the specified point.
Syntax
'Declaration
 
Overloads Public Operator +( _
   ByVal pt As Point2F, _
   ByVal offset As Vector2 _
) As Point2F
public Point2F operator +( 
   Point2F pt,
   Vector2 offset
)

Parameters

pt
offset
See Also

Reference

Point2F Structure
Point2F Members
Overload List