InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Size Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Size,SizeF) Operator
The System.Drawing.SizeF to convert.

In This Topic
    Implicit Type Conversion(Size,SizeF) Operator
    In This Topic
    Converts a System.Drawing.SizeF to a Size.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As SizeF _
    ) As Size
    public Size operator implicit( 
       SizeF value
    )

    Parameters

    value
    The System.Drawing.SizeF to convert.

    Return Value

    The converted Size.
    See Also