'宣言 Public Overrides Function HitTest( _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As C1TextLayout.HitTestInfo
'使用法 Dim instance As C1ExportTextLayout Dim x As System.Double Dim y As System.Double Dim value As C1TextLayout.HitTestInfo value = instance.HitTest(x, y)
public override C1TextLayout.HitTestInfo HitTest( System.double x, System.double y )
パラメータ
- x
- The pixel location X to hit-test, relative to the top-left location of the layout box.
- y
- The pixel location Y to hit-test, relative to the top-left location of the layout box.
戻り値の型
Returns C1TextLayout.HitTestInfo contains information about hit test.