TextureBrush

TextureBrush constructor (1 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image, bounding rectangle, and image attributes.

public TextureBrush(Image image, Rectangle destinationRectangle, ImageAttributes imageAttributes)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
destinationRectangleRectangleA Rectangle structure that represents the bounding rectangle for this TextureBrush object.
imageAttributesImageAttributesAn ImageAttributes object that contains additional information about the image used by this TextureBrush object.

See Also


TextureBrush constructor (2 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image and bounding rectangle.

public TextureBrush(Image image, Rectangle destinationRectangle)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
destinationRectangleRectangleA Rectangle structure that represents the bounding rectangle for this TextureBrush object.

See Also


TextureBrush constructor (3 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image and bounding rectangle.

public TextureBrush(Image image, RectangleF destinationRectangle)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
destinationRectangleRectangleFA RectangleF structure that represents the bounding rectangle for this TextureBrush object.

See Also


TextureBrush constructor (4 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image, wrap mode, and bounding rectangle.

public TextureBrush(Image image, WrapMode wrapMode, Rectangle destinationRectangle)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
wrapModeWrapModeA WrapMode enumeration that specifies how this TextureBrush object is tiled.
destinationRectangleRectangleA Rectangle structure that represents the bounding rectangle for this TextureBrush object.

See Also


TextureBrush constructor (5 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image, wrap mode, and bounding rectangle.

public TextureBrush(Image image, WrapMode wrapMode, RectangleF destinationRectangle)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
wrapModeWrapModeA WrapMode enumeration that specifies how this TextureBrush object is tiled.
destinationRectangleRectangleFA RectangleF structure that represents the bounding rectangle for this TextureBrush object.

See Also


TextureBrush constructor (6 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image and wrap mode.

public TextureBrush(Image image, WrapMode wrapMode)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
wrapModeWrapModeA WrapMode enumeration that specifies how this TextureBrush object is tiled.

See Also


TextureBrush constructor (7 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image.

public TextureBrush(Image image)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.

See Also


TextureBrush constructor (8 of 8)

Initializes a new instance of the TextureBrush class that uses the specified image, bounding rectangle, and image attributes.

public TextureBrush(Image image, RectangleF destinationRectangle, ImageAttributes imageAttributes)
ParameterTypeDescription
imageImageThe Image object with which this TextureBrush object fills interiors.
destinationRectangleRectangleFA RectangleF structure that represents the bounding rectangle for this TextureBrush object.
imageAttributesImageAttributesAn ImageAttributes object that contains additional information about the image used by this TextureBrush object.

See Also