GoDiagram Web Reference
CreateResizeHandle Method (GoSelection)

Create and determine the appearance of a small handle for an object.
Syntax
'Declaration
 
Public Overridable Function CreateResizeHandle( _
   ByVal obj As GoObject, _
   ByVal selectedObj As GoObject, _
   ByVal loc As PointF, _
   ByVal handleid As Integer, _
   ByVal filled As Boolean _
) As IGoHandle
public virtual IGoHandle CreateResizeHandle( 
   GoObject obj,
   GoObject selectedObj,
   PointF loc,
   int handleid,
   bool filled
)

Parameters

obj
selectedObj
loc
handleid
filled
Remarks
This method uses GoObject.CreateResizeHandle to actually allocate the handle. The size of the handle, if not already non-zero, is determined by ResizeHandleSize. The pen and brush of the handle are determined by GoView.PrimarySelectionColor and GoView.SecondarySelectionColor. 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
CreateBoundingHandle Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback