GoDiagram Web Reference
BuildCursorSearchArray Method

Define the client-side cursors to be used by parts of this view.
Syntax
'Declaration
 
Protected Overridable Sub BuildCursorSearchArray() 
protected virtual void BuildCursorSearchArray()
Remarks

The rendering of this view into HTML will call this method to produce a definition of where in the image the browser will display a different (non-"auto") cursor. This method should call AddSearchArrayEntry(RectangleF,String) to define the rectangular regions and their associated cursor names. To reduce unneeded data, you will probably want to limit data to those objects whose see cref="GoObject.Bounds"/> intersects with GoView.GoView.DocExtent in document coordinates, or GoView.DisplayRectangle in view coordinates.

By default this calls AddCursor on each object to produce cursors for GoHandles that are in this view and whose cursors are known for the given GoHandle.HandleID, and for those GoPorts that are linkable.

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

GoViewDataRenderer Class
GoViewDataRenderer Members
Cursors Property
AddCursor Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback