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

    Property Value

    System.Drawing.Rectangle.Empty означает, что аннотацию можно построить только внутри изображения.
    Ремарки

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

    Требования

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

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