PrintDocument for WinForms
IsColorEmpty メソッド (Utils)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : IsColorEmpty メソッド
The color to test.
Tests whether the specified color is invisible (i.e. equals System.Drawing.Color.Empty or System.Drawing.Color.Transparent).
シンタックス
'宣言
 
Public Shared Function IsColorEmpty( _
   ByVal color As System.Drawing.Color _
) As System.Boolean
'使用法
 
Dim color As System.Drawing.Color
Dim value As System.Boolean
 
value = Utils.IsColorEmpty(color)
public static System.bool IsColorEmpty( 
   System.Drawing.Color color
)

パラメータ

color
The color to test.

戻り値の型

true if the specified color is invisible, false otherwise.
参照

Utils クラス
Utils メンバ