Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / MapToRect Method
The target LayoutRect.

In This Topic
    MapToRect Method (Contour)
    In This Topic
    Returns an array of all AnchorPoint coordinates transformed to the specified LayoutRect.
    Syntax
    'Declaration
     
    Public Function MapToRect( _
       ByVal targetRect As LayoutRect _
    ) As System.Drawing.PointF()
    public System.Drawing.PointF[] MapToRect( 
       LayoutRect targetRect
    )

    Parameters

    targetRect
    The target LayoutRect.

    Return Value

    An array of points in the target LayoutRect coordinates.
    See Also