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

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

    Parameters

    sz1
    sz2
    See Also