TextureBrush Constructor
.NET Framework 4.5
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 | |
|---|---|---|
|
TextureBrush(Image) | Initializes a new TextureBrush object that uses the specified image. |
|
TextureBrush(Image, WrapMode) | Initializes a new TextureBrush object that uses the specified image and wrap mode. |
|
TextureBrush(Image, Rectangle) | Initializes a new TextureBrush object that uses the specified image and bounding rectangle. |
|
TextureBrush(Image, RectangleF) | Initializes a new TextureBrush object that uses the specified image and bounding rectangle. |
|
TextureBrush(Image, WrapMode, Rectangle) | Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle. |
|
TextureBrush(Image, WrapMode, RectangleF) | Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle. |
|
TextureBrush(Image, Rectangle, ImageAttributes) | Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes. |
|
TextureBrush(Image, RectangleF, ImageAttributes) | Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes. |