GoDiagram Web Reference
PickObject Method (GoOverview)

ignored, assumed to be false
a PointF in document coordinates
whether to pick only objects that are selectable
Don't allow the user to select any objects except the OverviewRect and other view objects, even though that rectangle is a view object, not a document object.
Syntax
'Declaration
 
Public Overrides Function PickObject( _
   ByVal doc As Boolean, _
   ByVal view As Boolean, _
   ByVal p As PointF, _
   ByVal selectableOnly As Boolean _
) As GoObject
public override GoObject PickObject( 
   bool doc,
   bool view,
   PointF p,
   bool selectableOnly
)

Parameters

doc
ignored, assumed to be false
view
p
a PointF in document coordinates
selectableOnly
whether to pick only objects that are selectable
Remarks
The OverviewRect gets picked when the point p is in along the rectangle's bounds, even though the the OverviewRect is not even a document object.
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

GoOverview Class
GoOverview Members
Base Implementation in PickObject

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback