NShape Reference
Diagram.DrawShapes

<< Click to Display Table of Contents >>

NShape Reference
Diagram.DrawShapes

Previous pageReturn to chapter overviewNext page

Draws the shapes of the diagram.

Syntax

Obsolete since NShape 2.3

void DrawShapes(Graphics graphics, LayerIds layers, Rectangle clipRectangle)

 
Available since NShape 2.3

void DrawShapes(Graphics graphics, IEnumerable<int> visibleLayerIds, Rectangle clipRectangle)