VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomRectangleAnnotationData Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomRectangleAnnotationData Class
    In This Topic
    Contains information about the DICOM annotation that displays a rectangle.
    Object Model
    TextStyle LineStyle FillStyle AnnotationPointCollection DicomReferencedImage DicomGraphicLayer AnnotationBrushBase AnnotationPen AnnotationComment DicomRectangleAnnotationData
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    Public Class DicomRectangleAnnotationData
       Inherits DicomCompoundAnnotationDataBase
    
    
    [Serializable()]
    public class DicomRectangleAnnotationData : DicomCompoundAnnotationDataBase
    
    
    [Serializable()]
    public __gc class DicomRectangleAnnotationData : public DicomCompoundAnnotationDataBase*
    
    
    [Serializable()]
    public ref class DicomRectangleAnnotationData : public DicomCompoundAnnotationDataBase^
    
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also