GeonBit.UI Documentation
EntityGetActualDestRect Method |
Return actual destination rectangle.
This can be override and implemented by things like Paragraph, where the actual destination rect is based on
text content, font and word-wrap.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public virtual Rectangle GetActualDestRect()
Return Value
Type: RectangleThe actual destination rectangle.
