VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationViewer Class / AnnotationBoundingRect Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
AnnotationBoundingRect Свойство (AnnotationViewer)
В этом разделе
Возвращает или задает System.Drawing.Rectangle в пространстве изображения в аппаратно-независимых пикселях (1/96 дюйма), который ограничивает область изображения, где может быть построена/преобразована аннотация.
Синтаксис
'Declaration

<CategoryAttribute("VintaSoft, Annotation")>
<DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built/transformed.")>
<DesignerSerializationVisibilityAttribute(Visible)>
Public Property AnnotationBoundingRect As System.Drawing.Rectangle

[Category("VintaSoft, Annotation")]
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
[DesignerSerializationVisibility(Visible)]
public System.Drawing.Rectangle AnnotationBoundingRect { get; set; }

Property Value

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

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

Требования

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

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