Entity.CalcDestRect Method

GeonBit.UI

EntityCalcDestRect Method
Calculate and return the destination rectangle, eg the space this entity is rendered on.

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 CalcDestRect()

Return Value

Type: Rectangle
Destination rectangle.
See Also