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

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

    Parameters

    sz1
    sz2
    See Also