Click or drag to resize
IEntityVisible Property
Return if the entity is currently visible.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Visible { get; set; }

Return Value

Type: Boolean
If the entity is visible or not.
See Also