DrawingContext::DrawImage Method (ImageSource^, Rect, AnimationClock^)
.NET Framework (current version)
Draws an image into the region defined by the specified Rect and applies the specified animation clock.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void DrawImage( ImageSource^ imageSource, Rect rectangle, AnimationClock^ rectangleAnimations ) abstract
Parameters
- imageSource
-
Type:
System.Windows.Media::ImageSource^
The image to draw.
- rectangle
-
Type:
System.Windows::Rect
The region in which to draw bitmapSource.
- rectangleAnimations
-
Type:
System.Windows.Media.Animation::AnimationClock^
The clock with which to animate the rectangle's size and dimensions, or null for no animation. This clock must be created from an AnimationTimeline that can animate Rect objects.
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: