Click or drag to resize
DrawingWindowDeleteVisual Method
Removes a visual from the canvas

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DeleteVisual(
	DrawingVisual visual
)

Parameters

visual
Type: System.Windows.MediaDrawingVisual
The visual to remove
See Also