IGraphicsEntity

Exposes a graphics entity.

Declaration Syntax

public interface IGraphicsEntity

Table 1846: Members

Property

Color

Gets or sets the RGB color. (0xff0000 for red, 0x00ff00 for green, and 0x0000ff for blue). The color can be set with the following notation: Color = (Red<<16) + (Green<<8) + Blue. (Each channel (Red, Green and Blue) have value between 0 and 255).

Property

DepthTest

Gets or sets a value indicating whether the depth has to be used to compute the visibility.

Property

Is2D

Gets a value indicating whether the entity is 2D.

Property

Is3D

Gets a value indicating whether the entity is 3D.

Property

LineWeight

Gets or sets the line weight.

Property

Name

Name of the entity ("" by default).

Property

Translucency

Gets or sets the translucency.

Property

Visible

Gets or sets a value indicating whether the entity is visible.

Method

Delete()

Delete the entity.