GoDiagram Web Reference
ExtractShape Method

An index that is a StartAt vertex
The StartAt vertex to stop extraction at, or the last+1 index
Removes a figure or figures from a GoDrawing, placing them in a new GoDrawing. Returns null if the parameters are incorrect.
Syntax
'Declaration
 
Public Function ExtractShape( _
   ByVal start As Integer, _
   ByVal end As Integer _
) As GoDrawing
public GoDrawing ExtractShape( 
   int start,
   int end
)

Parameters

start
An index that is a StartAt vertex
end
The StartAt vertex to stop extraction at, or the last+1 index

Return Value

A GoDrawing created from the removed figure(s).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDrawing Class
GoDrawing Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback