The following tables list the members exposed by DicomGraphicObject.
Public Constructors
Public Properties
| Name | Description |
| AnnotationPointCount | Gets or sets the value of the attribute "Number of Graphic Points" (0070,0021) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. |
| Filled | Gets or sets the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024). Supported in Silverlight, Windows Phone 7. |
| LayerName | Overridden. Gets or sets the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001). Supported in Silverlight, Windows Phone 7. |
| Type | Gets or sets the value of the attribute "Graphic Type" (0070,0023) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. |
| Units | Gets or sets the value of the attribute "Graphic Annotation Units" (0070,0005) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. |
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". Supported in Silverlight, Windows Phone 7. |
| 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". Supported in Silverlight, Windows Phone 7. |
Top
Protected Methods
| Name | Description |
| Finalize | This member overrides Finalize. |
Top
See Also