Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectF Structure / Explicit Type Conversion Operator / Explicit Type Conversion(RectangleF,RectF) Operator

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

    Parameters

    value
    See Also