Border::OnRender Method (DrawingContext^)

 

Draws the contents of a DrawingContext object during the render pass of a Border.

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 that defines the object to be drawn.

.NET Framework
Available since 3.0
Return to top
Show: