BCGControlBar Library for .NET
EditedImage Property (ImageEditor)




The bitmap which represents the image to edit in the image editor area.
Syntax
'Declaration
 
Public Property EditedImage As Bitmap
'Usage
 
Dim instance As ImageEditor
Dim value As Bitmap
 
instance.EditedImage = value
 
value = instance.EditedImage
public Bitmap EditedImage {get; set;}
public: __property Bitmap* get_EditedImage();
public: __property void set_EditedImage( 
   Bitmap* value
);
public:
property Bitmap^ EditedImage {
   Bitmap^ get();
   void set (    Bitmap^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageEditor Class
ImageEditor Members

Send Feedback