PrintDocument for WinForms
IsColorBlack メソッド (Utils)


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

パラメータ

color
The color to test.

戻り値の型

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

Utils クラス
Utils メンバ