[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.ToRectangleF

ToRectangleF Method

ToRectangleF(LayoutRect)

Converts a LayoutRect to RectangleF relative to the targetRect.

Declaration
public RectangleF ToRectangleF(LayoutRect targetRect = null)
Public Function ToRectangleF(Optional targetRect As LayoutRect = Nothing) As RectangleF
Parameters
Type Name Description
LayoutRect targetRect

A LayoutRect which defines the base angle and position or null to reference the owner LayoutView.

Returns
Type Description
RectangleF

The resulting RectangleF.