Color.FromInt

Color.FromInt method

要求された ARGB 値を持つ新しい Color を返します.

public static Color FromInt(int argb)
パラメータタイプ説明
argbInt32色の ARGB 値を表す int。

戻り値

の新しいインスタンスColorクラス

関連項目