Color.FromInt
Color.FromInt method
要求された ARGB 値を持つ新しい Color を返します.
public static Color FromInt(int argb)
| パラメータ | タイプ | 説明 |
|---|---|---|
| argb | Int32 | 色の ARGB 値を表す int。 |
戻り値
の新しいインスタンスColorクラス
関連項目
- class Color
- 名前空間 Aspose.Html.Drawing
- 組み立て Aspose.HTML
要求された ARGB 値を持つ新しい Color を返します.
public static Color FromInt(int argb)
| パラメータ | タイプ | 説明 |
|---|---|---|
| argb | Int32 | 色の ARGB 値を表す int。 |
の新しいインスタンスColorクラス