Click or drag to resize

DXFReaderNETControlDrawPoint Method

Draws a point on the control.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void DrawPoint(
	Pen Pen,
	Vector2 Position,
	bool Store = false
)

Parameters

Pen
Type: System.DrawingPen
The pen object to render the element
Position
Type: DXFReaderNETVector2
Position of the point in drawing's units.
Store (Optional)
Type: SystemBoolean
If set to true the element is drawn again after e refresh.
Remarks
This method adds a point to the drawing without modifying the drawing database.
See Also