AnnotationBrush Constructor (AnnotationImage, WrapMode, RectangleF) |
Creates a texture brush with the specified image, wrap mode and bounding rectangle.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationBrush(
AnnotationImage image,
WrapMode wrapMode,
RectangleF dstRect
)
Public Sub New (
image As AnnotationImage,
wrapMode As WrapMode,
dstRect As RectangleF
)
Parameters
- image
- Type: Atalasoft.AnnotateAnnotationImage
The image used for the texture. - wrapMode
- Type: System.Drawing.Drawing2DWrapMode
The wrap mode that specifies how the texture is tiled. - dstRect
- Type: System.DrawingRectangleF
A bounding rectangle for the texture.
See Also