FlexReport for WinForms
IsVisible メソッド (C1Brush)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1Brush クラス : IsVisible メソッド
The bounds to test.
Tests whether the current brush is visible within the specified bounds.
シンタックス
'宣言
 
Public Overridable Function IsVisible( _
   ByVal bounds 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
)

パラメータ

bounds
The bounds to test.

戻り値の型

True if the brush is visible, false otherwise.
参照

参照

C1Brush クラス
C1Brush メンバ