VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomTextAnnotationData Class / BoundingBoxTopLeftHandCorner Property
Syntax Requirements SeeAlso
    BoundingBoxTopLeftHandCorner Property (DicomTextAnnotationData)
    Gets or sets the top-left point of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The top-left point of annotation.")>
    <CategoryAttribute("Dicom")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    Public Property BoundingBoxTopLeftHandCorner As System.Drawing.PointF
    
    
     
    Requirements

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

    See Also