[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Contour.MapToView

MapToView Method

MapToView(LayoutView)

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

Declaration
public PointF[] MapToView(LayoutView targetView)
Public Function MapToView(targetView As LayoutView) As PointF()
Parameters
Type Name Description
LayoutView targetView

The destination LayoutView; null to target the LayoutHost.

Returns
Type Description
PointF[]

An array of points in the target LayoutView coordinates.