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