Paragraph.GetActualDestRect Method

GeonBit.UI

ParagraphGetActualDestRect Method
Get the actual destination rect that this paragraph takes (based on text content, font size, and word wrap).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override Rectangle GetActualDestRect()

Return Value

Type: Rectangle
Actual paragraph destination rect.
See Also