DXFReaderNETControlImage Property
|
Gets the image that is displayed by the control.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax public 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:
BitmapSee Also