DicomObjects.NetStandard Documentation
DicomObjects.Enums Namespace / SelectMode Enumeration



In This Topic
    SelectMode Enumeration
    In This Topic
    Enumerated values for DicomLabel select mode
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SelectMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SelectMode
    [Flags()]
    public enum SelectMode : System.Enum 
    [Flags()]
    public enum class SelectMode : public System.Enum 
    Members
    MemberDescription
    AllHandles Handles are drawn at all relevant "Points" (This only applies to labels of type doLabelPolygon, doLabelPolyline & doLabelArc)
    BoxA bounding box is drawn around the label
    BoxHandlesHandles are drawn at the corners of the above box
    NoneNo highlighting
    Remarks
    Although defined as enumerated types, the values above can be (and normally are) used as bit fields, so the value doSelectBox + doSelectBoxHandles gives a bounding box with visible corners.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.SelectMode

    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