ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2L Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Size,Size2L) Operator

In This Topic
    Explicit Type Conversion(Size,Size2L) Operator
    In This Topic
    Performs an explicit conversion from Size2L to System.Drawing.Size.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As Size2L _
    ) As System.Drawing.Size
    public System.Drawing.Size operator explicit( 
       Size2L value
    )

    Parameters

    value
    See Also