GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ InsertShape Method
The
GoDrawingAction.StartAt
index to insert before, or the last+1 index to insert at the end
The shape to insert
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
InsertShape Method
In This Topic
Inserts a GoShape into the GoDrawing at the given index.
Syntax
C#
public
void
InsertShape(
int
i
,
GoShape
s
)
Parameters
i
The
GoDrawingAction.StartAt
index to insert before, or the last+1 index to insert at the end
s
The shape to insert
See Also
Reference
GoDrawing Class
GoDrawing Members