| Name | Description | |
|---|---|---|
![]()  | DicomLabel Constructor | Creates a new blank DicomLabel object | 
The following tables list the members exposed by DicomLabel.
| Name | Description | |
|---|---|---|
![]()  | DicomLabel Constructor | Creates a new blank DicomLabel object | 
| Name | Description | |
|---|---|---|
![]()  | Anchor | A pair of coordinates (x, y) of an visible anchor point for a text label | 
![]()  | AnchorScaleMode | Defines how anchor point is transformed with the image | 
![]()  | Angle | Angle to rotate Label (Clockwise) | 
![]()  | Area | The 4 edges of the SKRectI area of the DicomLabel | 
![]()  | AutoSizeMode | Controls the size of a text label. | 
![]()  | BoundingBox | Area that encloses the label as displayed | 
![]()  | Font | The SKFont to be used for text labels | 
![]()  | ForeColor | Contains the fore colour of DicomLabel depending on the LabelType whether the shape or text colour  | 
![]()  | FrameList | List of Frames you want to display the DicomLabel on. Empty FrameList is default value and it means display on all frames. | 
![]()  | Height | Define the height of a DicomLabel (annotation) on an image | 
![]()  | Image | The Image to be displayed by an Image type DicomLabel | 
![]()  | ImageOpacity | Controls the opacity of the Image label. Only applicable to Image type. 
 Value ranges from 0-1 (None to Full opacity)  | 
![]() ![]()  | ImportedLabelType | The type of label created by DicomObjects from Presentation states | 
![]()  | IncludeInPresentationState | This property controls whether the DicomLabel goes into the PresentationState or not when one of the CurrentToPresentationState methods is used. | 
![]()  | IsInterpolated | Specify if the DicomLabel is Interpolated | 
![]()  | IsShutter | This property decides whether or not the DicomLabel will be acting as a Shutter. | 
![]()  | LabelType | Determines the basic type of a label | 
![]()  | Left | Define the left of a DicomLabel (annotation) on an image | 
![]()  | Margin | Defines a margin between text and it’s bounding box | 
![]()  | MinArrowSize | Specify the minimum Arrow size when the labeltype is set to LabelArrow | 
![]()  | Paint | Information about the style and color that is used to draw the different LabelTypes | 
![]()  | Points | The points of a DicomLabel (of type PolyLine or Polygon) | 
![]()  | RefImage | The image whose plane is used to control the placement of this image, as a line. | 
![]()  | RotationCentre | Controls the centre of rotation of a text label. | 
![]()  | RotationMode | Controls the rotation behaviour of a label. | 
![]()  | RotationPoint | Defines the centre point used for label rotation (whether due to Angle or as a result of RotationMode) if the RotationCentre is set to SpecifiedPoint | 
![]()  | RulerOptions | Ruler options used if LabelType is set to Ruler | 
![]()  | RulerSpacing | Controls the approximate spacing of the minor ticks for a ruler label | 
![]()  | ScaleFontSize | Determines whether the SKFont size scales with the image | 
![]()  | ScaleMode | Defines a basic scale mode of DicomLabel | 
![]()  | ScaleStrokeWidth | Control whether the width of a line scales with the label being drawn | 
![]()  | SelectMode | Controls whether a label is highlighted using a box and/or “handles” | 
![]()  | Shadow | Controls whether a label is displayed with a contrasting shadow, to make it more visible over image areas with the same colour. | 
![]()  | ShadowColor | Contains the colour of the Shadow applied to the DicomLabel | 
![]()  | ShowAnchor | Determines whether the anchor point is shown | 
![]()  | ShowTextBox | Controls whether text boxes have a visible border | 
![]() ![]()  | SKFonts | A Static SKFont collection. Users can define and add their list of SKFonts and choose which to apply to each DicomLabel object using DicomLabel's SKFontIndex property. | 
![]()  | StartAngle | Starting angle (in degrees) where the arc begins used by SkiaSharp | 
![]()  | SweepAngle | Sweep angle (in degrees) measured clockwise used by SkiaSharp | 
![]()  | Tag | A general purpose Tag for developer use | 
![]()  | Text | The text to be displayed by a text type DicomLabel | 
![]()  | Top | Define the top of a DicomLabel (annotation) on an image | 
![]()  | Visible | Controls whether a DicomLabel object is displayed | 
![]()  | Width | Define the width of a DicomLabel (annotation) on an image | 
| Name | Description | |
|---|---|---|
![]()  | AddPoint | Overloaded. Adds to point to the path used for a polyline or polygon type of DicomLabel | 
![]()  | ClipTo | Limits a line to the section within a given rectangle | 
![]()  | Clone | Clones the DicomLabel | 
![]()  | OnExport | Allows control of Export of objects derived from a DicomLabel | 
![]()  | OnImport | Allows control of Import of objects derived from a DicomLabel | 
![]()  | ROIMax | Returns the maximum values of the pixels in the ROI | 
![]()  | ROIMean | Returns the mean value of the pixels in the ROI | 
![]()  | ROIMin | Returns the minimum values of the pixels in the ROI | 
![]()  | ROIPoints | The list of points within the label | 
![]()  | ROIStandardDeviation | Returns the standard deviation of the values of the pixels in the ROI | 
![]()  | ROIValues | The values within a DicomLabel, interpreted as a region of interest | 
![]()  | ScaledAngle | Returns the line angle of the DicomLabel. Image Pixel Aspect Ratio is automatically taken into account. | 
![]()  | Threshold | Makes a bitmap label by thresholding an existing label | 
![]()  | Transform | Adjusts the position, size etc. of the label | 
![]()  | Update | Force display update for this label | 
| Name | Description | |
|---|---|---|
![]()  | LabelChanged | Event fired when the properties of a label are changed. | 
![]()  | PSLabelCreated | Event fires when a new DicomLabel is created when a Presentation State is applied to an image. This event gives users a chance to customise the label before display |