Click or drag to resize

DXFReaderNETControlDrawEntity Method

Draws a single entity without refreshing the whole drawing.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void DrawEntity(
	EntityObject Entity
)

Parameters

Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity to draw.
See Also