ContentPresenter.

Render(DrawingContext) Method

Summary

Renders the visual to a DrawingContext.

Syntax

public override void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The drawing context.

Return Value

Type Description
void