DrawingContext::DrawImage Method (ImageSource^, Rect)
.NET Framework (current version)
Draws an image into the region defined by the specified Rect.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- imageSource
-
Type:
System.Windows.Media::ImageSource^
The image to draw.
- rectangle
-
Type:
System.Windows::Rect
The region in which to draw bitmapSource.
MediaPermissionMediaPermission
to display images that you have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SiteOfOriginImage.
to display images that you do not have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SafeImage.
.NET Framework
Available since 3.0
Available since 3.0
Show: