GoDiagram Web Reference
AddSearchArrayEntry(RectangleF,String) Method

a RectangleF in document coordinates
a String
Associate a string value with a given RectangleF area of the image.
Syntax
'Declaration
 
Protected Overloads Sub AddSearchArrayEntry( _
   ByVal r As RectangleF, _
   ByVal v As String _
) 
protected void AddSearchArrayEntry( 
   RectangleF r,
   string v
)

Parameters

r
a RectangleF in document coordinates
v
a String
Remarks
You can call this method in order to define customized client-side data for parts of an image. This just converts the r into view coordinates and calls AddSearchArrayEntry(Rectangle,String).
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
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback