Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoViewDataRenderer Class : BuildPartInfoSearchArray Method |
'Declaration Protected Overridable Sub BuildPartInfoSearchArray()
protected virtual void BuildPartInfoSearchArray()
The rendering of this view into HTML will call this method to produce a definition of custom information for areas of the image. This method should call AddSearchArrayEntry(Rectangle,String) or AddSearchArrayEntry(GoStroke,String) to define the rectangular or stroke-shaped regions and their associated information string. To reduce unneeded data, you will probably want to limit information to those objects whose see cref="GoObject.Bounds"/> intersects with GoView.GoView.DocExtent in document coordinates, or GoView.DisplayRectangle in view coordinates.
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