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