Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
DrawingWindow Class
DrawingWindow Methods
Clear Method
DeleteVisual Method
DrawArc Method
DrawCircle Method
DrawCirle Method
DrawEllipse Method
DrawFilledCircle Method
DrawFilledEllipse Method
DrawFilledPolygon Method
DrawFilledRectangle Method
DrawFilledSquare Method
DrawLine Method
DrawPicture Method
DrawPoint Method
DrawPolygon Method
DrawRectangle Method
DrawSquare Method
DrawText Method
GetCanvasSize Method
GetFont Method
GetPenColor Method
GetPenThickness Method
SetCanvasSize Method
SetFont Method
SetPenColor Method
SetPenThickness Method
SetPercentScale Method
DrawingWindow
DeleteVisual 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#
Copy
public
void
DeleteVisual
(
DrawingVisual
visual
)
Parameters
visual
Type:
System.Windows.Media
DrawingVisual
The visual to remove
See Also
Reference
DrawingWindow Class
Algs4Net Namespace