BCGControlBar Library for .NET
ImageEditMode Enumeration




Specifies tools for editing image in image editor.

Syntax
'Declaration
 
Public Enum ImageEditMode 
   Inherits System.Enum
'Usage
 
Dim instance As ImageEditMode
public enum ImageEditMode : System.Enum 
__value public enum ImageEditMode : public System.Enum 
public enum class ImageEditMode : public System.Enum 
Members
MemberDescription
ModeClearThis mode clears the image.
ModeCopyThis mode allows as to put the content of the  ImageEditorArea to the clipboard.
ModeEllipseThis mode allows us to draw an ellipse.
ModeFillThis mode allows to fill the area by foreground color.
ModeLineThis mode allows us to draw a line.
ModePasteThis mode allows us to extract the content of the  ImageEditorArea from the clipboard
ModePenThis mode allows to fill any pixel by foreground color.
ModePickThis mode allows us to select any color from the working space.
ModeSquareThis mode allows us to draw a rectangle.
ModeUndefinedThe current tool is undefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.ImageEditMode

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

BCGSoft.ControlBars Namespace

Send Feedback