C#
Objective-C
C++
public enum DicomAnnotationType
typedef NS_ENUM(NSInteger, LTDicomAnnotationType) {
LTDicomAnnotationTypePoint = 1,
LTDicomAnnotationTypePolyline = 2,
LTDicomAnnotationTypeInterpolated = 3,
LTDicomAnnotationTypeCircle = 4,
LTDicomAnnotationTypeEllipse = 5,
};
public enum class DicomAnnotationType
Value | Member | Description |
---|---|---|
1 | Point | "POINT" |
2 | Polyline | "POLYLINE" |
3 | Interpolated | "INTERPOLATED" |
4 | Circle | "CIRCLE" |
5 | Ellipse | "ELLIPSE" |
For an example, refer to FindFirstGraphicAnnSQItem.