Gets results of editing. If
Zone is set corresponding portion of the image.
Syntax
'Declaration
Public ReadOnly Property BitmapZone As System.Drawing.Bitmap
'Usage
Dim instance As ImageEditor
Dim value As System.Drawing.Bitmap
value = instance.BitmapZone
public System.Drawing.Bitmap BitmapZone {get;}
public read-only property BitmapZone: System.Drawing.Bitmap;
public function get BitmapZone : System.Drawing.Bitmap
public:
property System.Drawing.Bitmap^ BitmapZone {
System.Drawing.Bitmap^ get();
}
See Also