'宣言 Function IntersectsWith( _ ByRef tbcPx As C1TextBlockCoords _ ) As System.Boolean
'使用法 Dim instance As IC1TextSelectionBuilder Dim tbcPx As C1TextBlockCoords Dim value As System.Boolean value = instance.IntersectsWith(tbcPx)
System.bool IntersectsWith( ref C1TextBlockCoords tbcPx )
パラメータ
- tbcPx
- A C1.Document.C1TextBlockCoords object.
戻り値の型
True if a current rectangle intersects with C1.Document.C1TextBlockCoords rectangle; otherwise false.