Click or drag to resize
DrawPhase Enumeration
Different draw phases of the entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum DrawPhase
Members
  Member nameValueDescription
Base0 Drawing the entity itself.
Outline1 Drawing entity outline.
Shadow2 Drawing entity's shadow.
See Also