ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / Subtraction Operator / Subtraction(Point2F,Size2F) Operator

In This Topic
    Subtraction(Point2F,Size2F) Operator
    In This Topic
    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