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

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

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