'宣言 Public Overridable Function IsVisible( _ ByVal bounds As C1.Win.Interop.Rect _ ) As System.Boolean
'使用法 Dim instance As C1Brush Dim bounds As C1.Win.Interop.Rect Dim value As System.Boolean value = instance.IsVisible(bounds)
public virtual System.bool IsVisible( C1.Win.Interop.Rect bounds )
パラメータ
- bounds
- テストする範囲。
戻り値の型
ブラシが表示される場合は true、そうでない場合は false。