Click or drag to resize

DXFReaderNETControlImage Property

Gets the current rendered bitmap image of the drawing displayed in the control.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public Bitmap Image { get; }

Property Value

Type: Bitmap
A Bitmap containing the visual representation of the current drawing view, including all visible entities, grid, axes, and background based on the current zoom level and viewport settings.
Remarks
This property provides a snapshot of the control's current display state and can be used for:
  • Exporting the drawing to image files
  • Creating thumbnails or previews
  • Printing or displaying the drawing in other contexts
The image is regenerated whenever the drawing is refreshed or modified.
See Also