DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / MapToView Method
The destination LayoutView; null to target the LayoutHost.

In This Topic
MapToView Method (Contour)
In This Topic
Returns an array of all AnchorPoint coordinates transformed to the specified LayoutView.
Syntax
'Declaration
 
Public Function MapToView( _
   ByVal targetView As LayoutView _
) As System.Drawing.PointF()
 

Parameters

targetView
The destination LayoutView; null to target the LayoutHost.

Return Value

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