[]
Converts a LayoutRect to RectangleF relative to the targetRect
.
public RectangleF ToRectangleF(LayoutRect targetRect = null)
Public Function ToRectangleF(Optional targetRect As LayoutRect = Nothing) As RectangleF
Type | Name | Description |
---|---|---|
LayoutRect | targetRect | A LayoutRect which defines the base angle and position or null to reference the owner LayoutView. |
Type | Description |
---|---|
RectangleF | The resulting RectangleF. |