[]
Returns an array of all AnchorPoint coordinates transformed to the specified LayoutRect.
public PointF[] MapToRect(LayoutRect targetRect)
Public Function MapToRect(targetRect As LayoutRect) As PointF()
| Type | Name | Description |
|---|---|---|
| LayoutRect | targetRect | The target LayoutRect. |
| Type | Description |
|---|---|
| PointF[] | An array of points in the target LayoutRect coordinates. |