Leadtools.Dicom Namespace : DicomAnnotationType Enumeration |
public enum DicomAnnotationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomAnnotationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomAnnotationType
public enum DicomAnnotationType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomAnnotationType = function() { }; Leadtools.Dicom.DicomAnnotationType.prototype = {
Point = 0x00000001, Polyline = 0x00000002, Interpolated = 0x00000003, Circle = 0x00000004, Ellipse = 0x00000005, };
public enum class DicomAnnotationType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | Point | "POINT" |
0x00000002 | Polyline | "POLYLINE" |
0x00000003 | Interpolated | "INTERPOLATED" |
0x00000004 | Circle | "CIRCLE" |
0x00000005 | Ellipse | "ELLIPSE" |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAnnotationType