ComponentOne Bitmap for UWP
Subtraction(Point2F,Size2F) Operator

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

Parameters

point
sz
See Also

Reference

Point2F Structure
Point2F Members
Overload List