[]
Returns an array of all AnchorPoint coordinates transformed to the specified LayoutView.
public PointF[] MapToView(LayoutView targetView)
Public Function MapToView(targetView As LayoutView) As PointF()
Type | Name | Description |
---|---|---|
LayoutView | targetView | The destination LayoutView; null to target the LayoutHost. |
Type | Description |
---|---|
PointF[] | An array of points in the target LayoutView coordinates. |