DrawingContext::DrawVideo Method (MediaPlayer^, Rect, AnimationClock^)
Draws a video into the specified region and applies the specified animation clock.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void DrawVideo( MediaPlayer^ player, Rect rectangle, AnimationClock^ rectangleAnimations ) abstract
Parameters
- player
-
Type:
System.Windows.Media::MediaPlayer^
The media to draw.
- rectangle
-
Type:
System.Windows::Rect
The area in which to draw the media.
- 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.
Note that the media will be stretched to fit inside the area defined by the rectangle parameter. If rectangle and media have different aspect ratios, distortion will occur. For more control over how media is used to fill an area, use the DrawRectangle command to draw a rectangle and fill it with a VisualBrush that contains media.
to display media that you have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SiteOfOriginImage.
to display media that you do not have WebPermission or FileIOPermission access for. Associated enumeration: MediaPermissionImage::SafeImage.
Available since 3.0