Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextRect Class / Explicit Type Conversion Operator

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

    Parameters

    rect
    See Also