[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Contour.MapToRect

MapToRect Method

MapToRect(LayoutRect)

Returns an array of all AnchorPoint coordinates transformed to the specified LayoutRect.

Declaration
public PointF[] MapToRect(LayoutRect targetRect)
Public Function MapToRect(targetRect As LayoutRect) As PointF()
Parameters
Type Name Description
LayoutRect targetRect

The target LayoutRect.

Returns
Type Description
PointF[]

An array of points in the target LayoutRect coordinates.