VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfAnnotationVisualTool Class / AnnotationBoundingRect Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    AnnotationBoundingRect Свойство (WpfAnnotationVisualTool)
    В этом разделе
    Возвращает или задает System.Windows.Rect в пространстве изображения в аппаратно-независимых пикселях (1/96 дюйма), который ограничивает область изображения, где может быть построена аннотация.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built.")>
    Public Property AnnotationBoundingRect As System.Windows.Rect
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built.")]
    public System.Windows.Rect AnnotationBoundingRect { get; set; }
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built.")]
    public: __property System.Windows.Rect* get_AnnotationBoundingRect();
    public: __property void set_AnnotationBoundingRect(
    System.Windows.Rect* value
    );
    [Description("Rectangle that restricts the area of image where annotation can be built.")]
    public:
    property System.Windows.Rect^ AnnotationBoundingRect { System.Windows.Rect^ get(); void set(System.Windows.Rect^ value); }

    Property Value

    System.Windows.Rect.Empty означает, что аннотация может быть создана только внутри изображения.
    Ремарки

    Это свойство действует только для прямоугольных и производных аннотаций.

    Требования

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

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