PrintDocument for WinForms
HasClippedChildren メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : HasClippedChildren メソッド
If true, this method is called recursively on all child fragments. If false, only the immediate children of the current fragment are tested.
Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments.
シンタックス
'宣言
 
Public Function HasClippedChildren( _
   ByVal recursive As System.Boolean _
) As System.Boolean
'使用法
 
Dim instance As RenderFragment
Dim recursive As System.Boolean
Dim value As System.Boolean
 
value = instance.HasClippedChildren(recursive)
public System.bool HasClippedChildren( 
   System.bool recursive
)

パラメータ

recursive
If true, this method is called recursively on all child fragments. If false, only the immediate children of the current fragment are tested.

戻り値の型

true if any of the children is clipped by the fragment's bounds, false otherwise.
参照

RenderFragment クラス
RenderFragment メンバ