VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomTextAnnotationData Class / BoundingBoxTopLeftHandCorner Property
Синтаксис Требования Смотрите также
В этом разделе
    BoundingBoxTopLeftHandCorner Свойство (DicomTextAnnotationData)
    В этом разделе
    Возвращает или задает верхнюю левую точку аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The top-left point of annotation.")>
    <CategoryAttribute("Dicom")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    Public Property BoundingBoxTopLeftHandCorner As System.Drawing.PointF
    
    
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public System.Drawing.PointF BoundingBoxTopLeftHandCorner { get; set; }
    
    
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public: __property System.Drawing.PointF get_BoundingBoxTopLeftHandCorner();
    public: __property void set_BoundingBoxTopLeftHandCorner(
    System.Drawing.PointF value
    );
    [Description("The top-left point of annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public:
    property System.Drawing.PointF BoundingBoxTopLeftHandCorner { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также