[]
Returns HitTest information using the MapAreaInfo object.
public HitTest HitTest(MapAreaInfo areaInfo)
Public Function HitTest(areaInfo As MapAreaInfo) As HitTest
Type | Name | Description |
---|---|---|
MapAreaInfo | areaInfo | MapAreaInfo |
Type | Description |
---|---|
HitTest | HitTest |
Returns HitTest information using the click coordinates on the Chart image.
public HitTest HitTest(float x, float y)
Public Function HitTest(x As Single, y As Single) As HitTest
Type | Description |
---|---|
HitTest | HitTest |