Entity.CalcInternalRect Method

GeonBit.UI

EntityCalcInternalRect Method
Calculate and return the internal destination rectangle (note: this relay on the dest rect having a valid value first).

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

Return Value

Type: Rectangle
Internal destination rectangle.
See Also