BCGSoft.ControlBars Namespace : ImageEditMode Enumeration |
Specifies tools for editing image in image editor.
'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
Member | Description |
---|---|
ModeClear | This mode clears the image. |
ModeCopy | This mode allows as to put the content of the ImageEditorArea to the clipboard. |
ModeEllipse | This mode allows us to draw an ellipse. |
ModeFill | This mode allows to fill the area by foreground color. |
ModeLine | This mode allows us to draw a line. |
ModePaste | This mode allows us to extract the content of the ImageEditorArea from the clipboard |
ModePen | This mode allows to fill any pixel by foreground color. |
ModePick | This mode allows us to select any color from the working space. |
ModeSquare | This mode allows us to draw a rectangle. |
ModeUndefined | The current tool is undefined. |
System.Object
System.ValueType
System.Enum
BCGSoft.ControlBars.ImageEditMode
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