AnnotationBrushRectangle Property |
The bounding rectangle a texture or linear gradient brush.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax[TypeConverterAttribute(typeof(RectangleFTypeConverter))]
public RectangleF Rectangle { get; set; }<TypeConverterAttribute(GetType(RectangleFTypeConverter))>
Public Property Rectangle As RectangleF
Get
Set
Property Value
Type:
RectangleFThe bounding rectangle of the brush.
See Also