FlexReport for WinForms
HitTest メソッド (C1Page)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1Page クラス : HitTest メソッド
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
Specifying test point coordinates relative to the page top-left corner, in C1Document.MeasurementUnits.
Gets the HitTestInfo object containing information about a specific point within a C1Page.
シンタックス
'宣言
 
Public Function HitTest( _
   ByVal tmc As IC1TextMeasurementContext, _
   ByVal point As Point _
) As HitTestInfo
'使用法
 
Dim instance As C1Page
Dim tmc As IC1TextMeasurementContext
Dim point As Point
Dim value As HitTestInfo
 
value = instance.HitTest(tmc, point)
public HitTestInfo HitTest( 
   IC1TextMeasurementContext tmc,
   Point point
)

パラメータ

tmc
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
point
Specifying test point coordinates relative to the page top-left corner, in C1Document.MeasurementUnits.

戻り値の型

A HitTestInfo object that contains information about elements located at the test point.
参照

参照

C1Page クラス
C1Page メンバ