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
Syntaxpublic Bitmap Image { get; }Public ReadOnly Property Image As Bitmap
Get
public:
property Bitmap^ Image {
Bitmap^ get ();
}member Image : Bitmap with get
PROPERTY Image AS Bitmap 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