Tests whether the current brush is visible within the specified bounds.
'宣言
Public Overridable Function IsVisible( _
ByVal As Rect _
) As System.Boolean
'使用法
Dim instance As C1Brush
Dim bounds As Rect
Dim value As System.Boolean
value = instance.IsVisible(bounds)
public virtual System.bool IsVisible(
Rect
)
パラメータ
- bounds
- The bounds to test.
戻り値の型
True if the brush is visible, false otherwise.