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
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
    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