ImageBrush Constructor (ImageSource^)

 

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

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
ImageBrush(
	ImageSource^ image
)

Parameters

image
Type: System.Windows.Media::ImageSource^

The image to display.

.NET Framework
Available since 3.0
Return to top
Show: