The following tables list the members exposed by DicomGraphicObject.
Public Properties
| Name | Description |
| AnnotationPointCount | Gets or sets the value of the attribute "Number of Graphic Points" (0070,0021) in the "Graphic Annotation Module". |
| CompoundGraphicInstanceId | Overridden. Gets or sets the value of the "Compound Graphic Instance ID" element (0070,0226) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". |
| Filled | Gets or sets the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024). |
| FillStyle | Gets or sets a value that represents the single item that is presented in the "Fill Style Sequence" (0070,0233). |
| GraphicGroupId | Overridden. Gets or sets the value of the "Graphic Group ID" element (0070,0295) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". |
| IsValidCompoundGraphicInstanceId | Overridden. Gets a value indicating if the "Compound Graphic Instance ID" (0070,0226) element is present in the specified item under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". |
| IsValidGraphicGroupId | Overridden. Gets a value indicating if the "Graphic Group ID" (0070,0295) element is present in the specified item under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". |
| LayerName | Overridden. Gets or sets the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001). |
| LineStyle | Gets or sets a value that represents the single item that is presented in the "Line Style Sequence" (0070,0232). |
| Options | Overridden. Indicates whether to write optional tags or sequences when writing a DicomGraphicObject, or if optional tags or sequences are present when reading a DicomGraphicObject. |
| Type | Gets or sets the value of the attribute "Graphic Type" (0070,0023) in the "Graphic Annotation Module". |
| Units | Gets or sets the value of the attribute "Graphic Annotation Units" (0070,0005) in the "Graphic Annotation Module". |
Top
Public Methods
| Name | Description |
| Dispose | Overloaded. Releases the unmanaged resources used by the DicomGraphicObject class and optionally releases the managed resources. |
| GetAnnotationPoints | Returns an array of DicomAnnotationPoint objects, that contains the points of the graphical object.These points are based on the "Graphic Data" (0070,0022) attribute in the "Graphic Annotation Module". |
| SetAnnotationPoints | Sets the points of the graphical object. These points will be used to set the "Graphic Data" (0070,0022) attribute in the "Graphic Annotation Module". |
Top
Protected Methods
| Name | Description |
| Finalize | This member overrides Finalize. |
Top
See Also