'宣言 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.