dotnetCHARTING Send comments on this topic.
GetTopLayerHotSpots Method
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : GetTopLayerHotSpots Method


guid
left
top
width
height

Syntax

Visual Basic (Declaration) 
Public Function GetTopLayerHotSpots( _
   ByVal guid As String, _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As HotSpotDTD()
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim guid As String
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
Dim value() As HotSpotDTD
 
value = instance.GetTopLayerHotSpots(guid, left, top, width, height)
C# 
public HotSpotDTD[] GetTopLayerHotSpots( 
   string guid,
   int left,
   int top,
   int width,
   int height
)

Parameters

guid
left
top
width
height

See Also

© 2009 All Rights Reserved.