ImageBrush Constructors

Definition

Initializes a new instance of the ImageBrush class.

Overloads

ImageBrush()

Initializes a new instance of the ImageBrush class with no content.

ImageBrush(ImageSource)

Initializes a new instance of the ImageBrush class that paints an area with the specified image.

ImageBrush()

Initializes a new instance of the ImageBrush class with no content.

public:
 ImageBrush();
public ImageBrush ();
Public Sub New ()

Applies to

ImageBrush(ImageSource)

Initializes a new instance of the ImageBrush class that paints an area with the specified image.

public:
 ImageBrush(System::Windows::Media::ImageSource ^ image);
public ImageBrush (System.Windows.Media.ImageSource image);
new System.Windows.Media.ImageBrush : System.Windows.Media.ImageSource -> System.Windows.Media.ImageBrush
Public Sub New (image As ImageSource)

Parameters

image
ImageSource

The image to display.

Applies to