Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoViewDataRenderer Class : BuildCursorSearchArray Method |
'Declaration Protected Overridable Sub BuildCursorSearchArray()
protected virtual void BuildCursorSearchArray()
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.
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