TextureBrush Constructor

 

Initializes a new TextureBrush object that uses the specified image.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodTextureBrush(Image^)

Initializes a new TextureBrush object that uses the specified image.

System_CAPS_pubmethodTextureBrush(Image^, Rectangle)

Initializes a new TextureBrush object that uses the specified image and bounding rectangle.

System_CAPS_pubmethodTextureBrush(Image^, Rectangle, ImageAttributes^)

Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.

System_CAPS_pubmethodTextureBrush(Image^, RectangleF)

Initializes a new TextureBrush object that uses the specified image and bounding rectangle.

System_CAPS_pubmethodTextureBrush(Image^, RectangleF, ImageAttributes^)

Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.

System_CAPS_pubmethodTextureBrush(Image^, WrapMode)

Initializes a new TextureBrush object that uses the specified image and wrap mode.

System_CAPS_pubmethodTextureBrush(Image^, WrapMode, Rectangle)

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

System_CAPS_pubmethodTextureBrush(Image^, WrapMode, RectangleF)

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

Return to top
Show: