GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ ExtractShape Method
An index that is a
GoDrawingAction.StartAt
vertex
The
GoDrawingAction.StartAt
vertex to stop extraction at, or the last+1 index
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ExtractShape Method
In This Topic
Removes a figure or figures from a GoDrawing, placing them in a new GoDrawing. Returns null if the parameters are incorrect.
Syntax
C#
public
GoDrawing
ExtractShape(
int
start
,
int
end
)
Parameters
start
An index that is a
GoDrawingAction.StartAt
vertex
end
The
GoDrawingAction.StartAt
vertex to stop extraction at, or the last+1 index
Return Value
A GoDrawing created from the removed figure(s).
See Also
Reference
GoDrawing Class
GoDrawing Members