GrapeCity SPREAD for Windows Forms 11.0J
HitTest メソッド (Chart2DRenderer)


グラフィックコンテキスト
ヒットテスト情報を取得する領域。
チャートモデル
X座標
Y座標
ヒットテスト情報を取得します。
構文
'Declaration
 
Public Function HitTest( _
   ByVal g As Graphics, _
   ByVal rectangle As RectangleF, _
   ByVal model As ChartModel, _
   ByVal x As Single, _
   ByVal y As Single _
) As HitTest
'使用法
 
Dim instance As Chart2DRenderer
Dim g As Graphics
Dim rectangle As RectangleF
Dim model As ChartModel
Dim x As Single
Dim y As Single
Dim value As HitTest
 
value = instance.HitTest(g, rectangle, model, x, y)

パラメータ

g
グラフィックコンテキスト
rectangle
ヒットテスト情報を取得する領域。
model
チャートモデル
x
X座標
y
Y座標

戻り値の型

ヒットテスト情報を含むHitTestオブジェクト
参照

Chart2DRenderer クラス
Chart2DRenderer メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.