ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2F Structure / Add Method

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

    Parameters

    sz1
    sz2
    See Also