Click or drag to resize

DXFReaderNETControlRegen Method

Forces the control to invalidate and redraw the entire drawing display.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public void Regen()
Remarks
This method recalculates all drawing elements and refreshes the display based on the current view settings, zoom level, and drawing properties. Use this method when programmatic changes to the drawing require an immediate visual update.
See Also