AnnotationBrush Constructor (AnnotationImage, WrapMode) |
Creates a new texture brush with the specified image and wrap mode.
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
)
Public Sub New (
image As AnnotationImage,
wrapMode As WrapMode
)
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.
See Also