ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2D Structure / Subtract Method

In This Topic
    Subtract Method (Size2D)
    In This Topic
    Subtracts the width and height of one Size2D structure from the width and height of another Size2D structure.
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal sz1 As Size2D, _
       ByVal sz2 As Size2D _
    ) As Size2D
    public static Size2D Subtract( 
       Size2D sz1,
       Size2D sz2
    )

    Parameters

    sz1
    sz2
    See Also