MediaElement::OnRender Method (DrawingContext^)

 

Draws the content of a DrawingContext object during the render pass of a MediaElement control.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnRender(
	DrawingContext^ drawingContext
) override

Parameters

drawingContext
Type: System.Windows.Media::DrawingContext^

The DrawingContext to draw.

.NET Framework
Available since 3.0
Return to top
Show: