BCGControlBar Library for .NET
ImageEditMode Enumeration




Defines the current drawing mode 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
ModeClearcurrent mode lets to clear the image
ModeCopycurrent mode lets to make a copy of the image
ModeEllipsecurrent mode lets to draw a circle
ModeFillcurrent tool lets to fill an image editor area with the specified color
ModeLinecurrent mode lets to draw a line
ModePastecurrent mode lets to paste a content of the clipboard
ModePencurrent tool is a pen
ModePickcurrent mode lets to select a color from the selected point
ModeSquarecurrent mode lets to draw a rectangle
ModeUndefinedcurrent tool is undefined
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.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.Shared Namespace

Send Feedback