[]
Transforms the location of AnchorPoint to the coordinate system of the targetRect
.
public PointF MapToRect(LayoutRect targetRect)
Public Function MapToRect(targetRect As LayoutRect) As PointF
Type | Name | Description |
---|---|---|
LayoutRect | targetRect | A LayoutRect which defines the base angle and position. |
Type | Description |
---|---|
PointF | The transformed location. |