Gets or sets the value of the "Rotation Point" element (0070,0273) under one of the items under the "Compound Graphic Sequence" (0070,0209) in the "Graphic Annotation Module".
public DicomAnnotationPoint RotationPoint { get; set; }
Public Property RotationPoint As Leadtools.Dicom.DicomAnnotationPoint
public Leadtools.Dicom.DicomAnnotationPoint RotationPoint {get; set;}
<br/>get_RotationPoint();<br/>set_RotationPoint(value);<br/>Object.defineProperty('RotationPoint');
public:
property Leadtools.Dicom.DicomAnnotationPoint RotationPoint {
Leadtools.Dicom.DicomAnnotationPoint get();
void set ( Leadtools.Dicom.DicomAnnotationPoint value);
}
The value of the "Rotation Point" element (0070,0273) under one of the items under the "Compound Graphic Sequence" (0070,0209) in the "Graphic Annotation Module".
This element is conditional and will be written if Type is CutLine or InfiniteLine.
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