CADability dotNET
The bitmap, the contents of the Picture

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Bitmap Bitmap { get; set; }
Visual Basic
Public Property Bitmap As Bitmap
	Get
	Set
Visual C++
public:
property Bitmap^ Bitmap {
	Bitmap^ get ();
	void set (Bitmap^ value);
}

See Also