GoDiagram Web Reference
InsertShape Method

The StartAt index to insert before, or the last+1 index to insert at the end
The shape to insert
Inserts a GoShape into the GoDrawing at the given index.
Syntax
'Declaration
 
Public Sub InsertShape( _
   ByVal i As Integer, _
   ByVal s As GoShape _
) 
public void InsertShape( 
   int i,
   GoShape s
)

Parameters

i
The StartAt index to insert before, or the last+1 index to insert at the end
s
The shape to insert
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