MapToRect Method (Contour)
Returns an array of all
AnchorPoint coordinates transformed to the specified
LayoutRect.
public System.Drawing.PointF[] MapToRect(
LayoutRect
)
'Declaration
Public Function MapToRect( _
ByVal As LayoutRect _
) As System.Drawing.PointF()
Parameters
- targetRect
- The target LayoutRect.
Return Value
An array of points in the target
LayoutRect coordinates.