Documents for PDF, .NET Edition Documentation
Explicit Type Conversion Operator (TextRect)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextRect Class : Explicit Type Conversion Operator
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

Reference

TextRect Class
TextRect Members