Panel::OnRender Method (DrawingContext^)

 

Draws the content of a DrawingContext object during the render pass of a Panel element.

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

protected:
virtual void OnRender(
	DrawingContext^ dc
) override

Parameters

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

The DrawingContext object to draw.

.NET Framework
Available since 3.0
Return to top
Show: