TextureBrush Constructor
Initializes a new TextureBrush object that uses the specified image.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | TextureBrush(Image^) | Initializes a new TextureBrush object that uses the specified image. |
![]() | TextureBrush(Image^, Rectangle) | Initializes a new TextureBrush object that uses the specified image 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) | Initializes a new TextureBrush object that uses the specified image and bounding rectangle. |
![]() | TextureBrush(Image^, RectangleF, ImageAttributes^) | Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes. |
![]() | TextureBrush(Image^, WrapMode) | Initializes a new TextureBrush object that uses the specified image and wrap mode. |
![]() | 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. |
