VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / LineStyle Class
Constructors Properties Methods Events SeeAlso
In This Topic
    LineStyle Class Members
    In This Topic
    The following tables list the members exposed by LineStyle.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the line dashing style.
    Public PropertyGets or sets the line pattern.
    Public PropertyGets or sets the line thickness, in coordinate space of DICOM annotation.
    Public PropertyGets or sets the color of the Pattern Off.
    Public PropertyGets or sets the Pattern Off opacity.
    Public PropertyGets or sets the color of the Pattern Off as RGB.
    Public PropertyGets or sets the line color (the color of the Pattern On).
    Public PropertyGets or sets the Pattern On opacity.
    Public PropertyGets or sets the color of the Pattern On as RGB.
    Public PropertyGets or sets the color of the shadow.
    Public PropertyGets or sets the shadow offset X, in coordinate space of DICOM annotation.
    Public PropertyGets or sets the shadow offset Y, in coordinate space of DICOM annotation.
    Public PropertyGets or sets the shadow opacity.
    Public PropertyGets or sets the color of the shadow as RGB.
    Public PropertyGets or sets style of the shadow.
    Public Methods
     NameDescription
    Public MethodCreates a new LineStyle that is a copy of the current instance.
    Public MethodCopies current LineStyle to the target LineStyle.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event. (Inherited from StyleBase)
    Protected MethodRaises the PropertyChanging event. (Inherited from StyleBase)
    Public Events
     NameDescription
    Public EventOccurs when the style property is changed. (Inherited from StyleBase)
    Public EventOccurs when the style property is changing. (Inherited from StyleBase)
    See Also