C#
VB
WinRT C#
C++
Represents the value of the "Compound Graphic Type" (0070,0294) element in a "Compound Graphic Sequence" item.
public enum DicomAnnotationCompoundGraphicType
Public Enum DicomAnnotationCompoundGraphicType
public enum DicomAnnotationCompoundGraphicType
Leadtools.Dicom.DicomAnnotationCompoundGraphicType = function() { };
Leadtools.Dicom.DicomAnnotationCompoundGraphicType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAnnotationCompoundGraphicType
Members
Value | Member | Description |
---|---|---|
5 | Ellipse | The "Compound Graphic Type" element (0070, 0294) contains the value "ELLIPSE" |
6 | MultiLine | The "Compound Graphic Type" element (0070, 0294) contains the value "MULTILINE" |
7 | InfiniteLine | The "Compound Graphic Type" element (0070, 0294) contains the value "INFINITELINE" |
8 | CutLine | The "Compound Graphic Type" element (0070, 0294) contains the value "CUTLINE" |
9 | RangeLine | The "Compound Graphic Type" element (0070, 0294) contains the value "RANGELINE" |
10 | Ruler | The "Compound Graphic Type" element (0070, 0294) contains the value "RULER" |
11 | Axis | The "Compound Graphic Type" element (0070, 0294) contains the value "AXIS" |
12 | CrossHair | The "Compound Graphic Type" element (0070, 0294) contains the value "CROSSHAIR" |
13 | Arrow | The "Compound Graphic Type" element (0070, 0294) contains the value "ARROW" |
14 | Rectangle | The "Compound Graphic Type" element (0070, 0294) contains the value "RECTANGLE" |
For an example, refer to CreateCompoundGraphic.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET