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