'Declaration Public Function New( _
ByVal imageThe VintasoftImage object with which this brush fills interiors.As Vintasoft.Imaging.VintasoftImage, _
ByVal wrapModeA BrushTileMode enumeration that specifies how this brush is tiled.As Vintasoft.Imaging.Drawing.BrushTileMode, _
ByVal dstRectA System.Drawing.RectangleF structure that represents the bounding rectangle for this brush.As System.Drawing.Rectangle _
)
public AnnotationImageBrush(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Drawing.BrushTileMode wrapMode,
System.Drawing.Rectangle dstRect
)
public: AnnotationImageBrush(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Drawing.BrushTileMode wrapMode,
System.Drawing.Rectangle* dstRect
)
public:
AnnotationImageBrush(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Drawing.BrushTileMode wrapMode,
System.Drawing.Rectangle^ dstRect
)
Parameters
- image
- The VintasoftImage object with which this brush fills interiors.
- wrapMode
- A BrushTileMode enumeration that specifies how this brush is tiled.
- dstRect
- A System.Drawing.RectangleF structure that represents the bounding rectangle for this brush.