DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class

In This Topic
    DicomLabel Class Properties
    In This Topic

    For a list of all members of this type, see DicomLabel members.

    Public Properties
     NameDescription
    Public PropertyA pair of coordinates (x, y) of an visible anchor point for a text label  
    Public PropertyDefines how anchor point is transformed with the image  
    Public PropertyAngle to rotate Label (Clockwise)  
    Public PropertyThe 4 edges of the rectangle area of the DicomLabel  
    Public Property Controls the size of a text label.  
    Public Property Area that encloses the label as displayed  
    Public Property Objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths  
    Public Property Specify the locations of the child labels  
    Public Property A DicomLabel collection linked with the primary DicomLabel. Useful for grouping labels together so you can do one operation for all of them, i.e movement.  
    Public PropertyDraw a circle using Perpendicular Bisector from the first three user defined Points. For this to work you need to select the DicomObjects.Enums.LabelType.Ellipse and set at least three Points Default is false, which means the label will use Area property instead of user defined points  
    Public PropertyThe Font to be used for text labels  
    Public PropertySpecify which Font in the Fonts Collection to apply to the Current DicomLabel object.  
    Public Propertystatic (Shared in Visual Basic)A Static Font collection. Users can define and add their list of fonts and choose which to apply to each DicomLabel object using DicomLabel's FontIndex property.  
    Public Property List of Frames you want to display the DicomLabel on. Empty FrameList is default value and it means display on all frames.  
    Public PropertyDefine the height of a DicomLabel (annotation) on an image  
    Public PropertyThe Image to be displayed by an Image type DicomLabel  
    Public PropertyControls the opacity of the Image label. Only applicable to DicomObjects.Enums.LabelType.Image.

    Value ranges from 0-1 (None to Full opacity)

     
    Public Propertystatic (Shared in Visual Basic) The type of label created by DicomObjects from Presentation states  
    Public PropertyThis property controls whether the DicomLabel goes into the PresentationState or not when one of the CurrentToPresentationState methods is used.  
    Public PropertySpecify if the DicomLabel is Interpolated  
    Public Property This property decides whether or not the DicomLabel will be acting as a Shutter.  
    Public PropertyDetermines the basic type of a label  
    Public PropertyDefine the left of a DicomLabel (annotation) on an image  
    Public PropertyDefines a margin between text and it’s bounding box  
    Public Property Specify the minimum Arrow size when the labeltype is set to LabelArrow  
    Public PropertyObject used to draw lines and curves  
    Public Property The plane on which this label will be displayed when used on a 3D image  
    Public PropertyThe points of a DicomLabel (of type PolyLine or Polygon)  
    Public Property The image whose plane is used to control the placement of this image, as a line.  
    Public PropertyControls whether the label is drawn in reversible mode  
    Public Property Controls the centre of rotation of a text label.  
    Public Property Controls the rotation behaviour of a label.  
    Public PropertyDefines the centre point used for label rotation (whether due to Angle or as a result of RotationMode) if the RotationCentre is set to SpecifiedPoint  
    Public PropertyRuler options used if LabelType is set to Ruler  
    Public Property Controls the approximate spacing of the minor ticks for a ruler label  
    Public PropertyDetermines whether the font size scales with the image  
    Public PropertyDefines a basic scale mode of DicomLabel  
    Public Property Control whether the width of a line scales with the label being drawn  
    Public PropertyControls whether a label is highlighted using a box and/or “handles”  
    Public PropertySelect Pen from Pen  
    Public Property Controls whether a label is displayed with a contrasting shadow, to make it more visible over image areas with the same colour.  
    Public PropertyContains the colour of the Shadow applied to the DicomLabel  
    Public PropertyDetermines whether the anchor point is shown  
    Public PropertyControls whether text boxes have a visible border  
    Public PropertyHandles text alignment using the .NET StringFormat Member  
    Public PropertyA general purpose Tag for developer use  
    Public PropertyThe text to be displayed by a text type DicomLabel  
    Public PropertyThe brush object only for labels of type "doLabelText"  
    Public Property Control text label anti-aliasing behaviour  
    Public PropertyDefine the top of a DicomLabel (annotation) on an image  
    Public PropertyControls whether a DicomLabel object is displayed  
    Public PropertyDefine the width of a DicomLabel (annotation) on an image  
    Top
    See Also