Click or drag to resize

AnnotationBrush Constructor

Construct a new solid, hatch, texture or linear gradient AnnotationBrush.
Overload List
  NameDescription
Public methodAnnotationBrush(Color)
Creates a solid brush with the specified color.
Public methodAnnotationBrush(AnnotationImage)
Creates a texture brush using the specified image.
Public methodAnnotationBrush(HatchStyle, Color)
Creates a hatch brush with the specified hatch style and forecolor.
Public methodAnnotationBrush(SerializationInfo, StreamingContext)
Creates a brush from serialized information.
Public methodAnnotationBrush(AnnotationImage, WrapMode)
Creates a new texture brush with the specified image and wrap mode.
Public methodAnnotationBrush(AnnotationImage, Rectangle)
Creates a texture brush using the specified image and bounding rectangle.
Public methodAnnotationBrush(AnnotationImage, RectangleF)
Creates a texture brush using the specified image and bounding rectangle.
Public methodAnnotationBrush(HatchStyle, Color, Color)
Creates a hatch brush with the specified hatch style, forecolor and background color.
Public methodAnnotationBrush(AnnotationImage, WrapMode, Rectangle)
Creates a texture brush with the specified image, wrap mode and bounding rectangle.
Public methodAnnotationBrush(AnnotationImage, WrapMode, RectangleF)
Creates a texture brush with the specified image, wrap mode and bounding rectangle.
Public methodAnnotationBrush(Point, Point, Color, Color)
Creates a linear gradient brush using the specified start point, end point, start color and end color.
Public methodAnnotationBrush(PointF, PointF, Color, Color)
Creates a linear gradient brush using the specified start point, end point, start color and end color.
Public methodAnnotationBrush(Rectangle, Color, Color, LinearGradientMode)
Creates a linear gradient brush with the bounding rectangle, starting and ending colors, and the gradient orientation.
Public methodAnnotationBrush(RectangleF, Color, Color, LinearGradientMode)
Creates a linear gradient brush with the bounding rectangle, starting and ending colors, and the gradient orientation.
Top
See Also