ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Drawing.SizeF _
    ) As Size
    public Size operator implicit( 
       System.Drawing.SizeF value
    )

    Parameters

    value
    The System.Drawing.SizeF to convert.

    Return Value

    The converted Size.
    See Also