Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / ToRectangleF Method
A LayoutRect which defines the base angle and position or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

In This Topic
    ToRectangleF Method (LayoutRect)
    In This Topic
    Converts a LayoutRect to System.Drawing.RectangleF relative to the targetRect.
    Syntax
    'Declaration
     
    Public Function ToRectangleF( _
       Optional ByVal targetRect As LayoutRect _
    ) As System.Drawing.RectangleF
    public System.Drawing.RectangleF ToRectangleF( 
       LayoutRect targetRect
    )

    Parameters

    targetRect
    A LayoutRect which defines the base angle and position or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

    Return Value

    The resulting System.Drawing.RectangleF.
    See Also