DrawingContext::DrawImage Method (ImageSource^, Rect)

 

Draws an image into the region defined by the specified Rect.

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

public:
virtual void DrawImage(
	ImageSource^ imageSource,
	Rect rectangle
) abstract

Parameters

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

The image to draw.

rectangle
Type: System.Windows::Rect

The region in which to draw bitmapSource.

MediaPermission

to display images that you have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SiteOfOriginImage.

MediaPermission

to display images that you do not have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SafeImage.

.NET Framework
Available since 3.0
Return to top
Show: