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

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