DS.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()
 

Parameters

targetRect
The target LayoutRect.

Return Value

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