GoDiagram Web Reference
CreateBoundingHandle Method (GoSelection)

Create and determine the appearance of a large handle around an object.
Syntax
'Declaration
 
Public Overridable Function CreateBoundingHandle( _
   ByVal obj As GoObject, _
   ByVal selectedObj As GoObject _
) As IGoHandle
public virtual IGoHandle CreateBoundingHandle( 
   GoObject obj,
   GoObject selectedObj
)

Parameters

obj
selectedObj
Remarks
This method uses GoObject.CreateBoundingHandle to actually allocate the handle and to set the size and location of the handle, as determined by the bounding rectangle of obj. The pen of the handle is determined by GoView.PrimarySelectionColor and GoView.SecondarySelectionColor; the brush is set to null. The new handle is associated with the obj and its IGoHandle.SelectedObject property is set to selectedObj.
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

GoSelection Class
GoSelection Members
CreateResizeHandle Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback