'Declaration Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTest
'Declaration
Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTest
'使用法 Dim instance As FpChart Dim x As Integer Dim y As Integer Dim value As HitTest value = instance.HitTest(x, y)
'使用法
Dim instance As FpChart Dim x As Integer Dim y As Integer Dim value As HitTest value = instance.HitTest(x, y)
public HitTest HitTest( int x, int y )
FpChart クラス FpChart メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.