This topic has not yet been rated - Rate this topic

TextureBrush Constructor

Initializes a new TextureBrush object that uses the specified image.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method TextureBrush(Image) Initializes a new TextureBrush object that uses the specified image.
Public method TextureBrush(Image, WrapMode) Initializes a new TextureBrush object that uses the specified image and wrap mode.
Public method TextureBrush(Image, Rectangle) Initializes a new TextureBrush object that uses the specified image and bounding rectangle.
Public method TextureBrush(Image, RectangleF) Initializes a new TextureBrush object that uses the specified image and bounding rectangle.
Public method TextureBrush(Image, WrapMode, Rectangle) Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.
Public method TextureBrush(Image, WrapMode, RectangleF) Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.
Public method TextureBrush(Image, Rectangle, ImageAttributes) Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.
Public method TextureBrush(Image, RectangleF, ImageAttributes) Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.