Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AnchorPoint Class / MapToRect Method
A LayoutRect which defines the base angle and position.

In This Topic
    MapToRect Method (AnchorPoint)
    In This Topic
    Transforms the location of AnchorPoint to the coordinate system of the targetRect.
    Syntax
    'Declaration
     
    Public Function MapToRect( _
       ByVal targetRect As LayoutRect _
    ) As System.Drawing.PointF
    public System.Drawing.PointF MapToRect( 
       LayoutRect targetRect
    )

    Parameters

    targetRect
    A LayoutRect which defines the base angle and position.

    Return Value

    The transformed location.
    See Also