Click or drag to resize
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)
Syntax
C#
public virtual Rectangle GetActualDestRect()

Return Value

Type: Rectangle
The actual destination rectangle.
See Also