ComponentOne Bitmap for UWP
Subtraction(Point2L,Point2L) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2L Structure > Subtraction Operator : Subtraction(Point2L,Point2L) Operator
Returns the result of substruction of point2 from point1.
Syntax
'Declaration
 
Overloads Public Operator -( _
   ByVal point1 As Point2L, _
   ByVal point2 As Point2L _
) As Point2L
public Point2L operator -( 
   Point2L point1,
   Point2L point2
)

Parameters

point1
point2
See Also

Reference

Point2L Structure
Point2L Members
Overload List