GoDiagram Web Reference
AddSearchArrayEntry(Rectangle,String) Method

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

Parameters

r
a Rectangle in view coordinates
v
a String
Remarks
You can call this method in order to define customized client-side data for parts of an image.
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