VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomRectangleAnnotationData Class / GraphicData Property
Syntax Requirements SeeAlso
In This Topic
    GraphicData Property (DicomRectangleAnnotationData)
    In This Topic
    Gets or sets the graphic data.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The graphic data.")>
    <CategoryAttribute("Dicom")>
    Public Overrides Property GraphicData As System.Drawing.PointF[]
    
    
    [Description("The graphic data.")]
    [Category("Dicom")]
    public override System.Drawing.PointF[] GraphicData { get; set; }
    
    
    [Description("The graphic data.")]
    [Category("Dicom")]
    public: __property System.Drawing.PointF[] get_GraphicData(); override;
    public: __property void set_GraphicData(
    System.Drawing.PointF[]* value
    ); override;
    [Description("The graphic data.")]
    [Category("Dicom")]
    public:
    property System.Drawing.PointF[] GraphicData { System.Drawing.PointF[] get() override;; void set(array<System.Drawing.PointF>^ value) override;; }
    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