次の方法で共有


SystemBrushes.FromSystemColor メソッド

指定の Color 色から Brush オブジェクトを作成します。

Public Shared Function FromSystemColor( _
   ByVal c As Color _) As Brush
[C#]
public static Brush FromSystemColor(Colorc);
[C++]
public: static Brush* FromSystemColor(Colorc);
[JScript]
public static function FromSystemColor(
   c : Color) : Brush;

パラメータ

  • c
    Brush オブジェクトの作成元の Color 構造体。

戻り値

このメソッドが作成する Brush オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SystemBrushes クラス | SystemBrushes メンバ | System.Drawing 名前空間