指定の Color 構造体から Pen オブジェクトを作成します。
Public Shared Function FromSystemColor( _
ByVal c As Color _) As Pen
[C#]
public static Pen FromSystemColor(Colorc);
[C++]
public: static Pen* FromSystemColor(Colorc);
[JScript]
public static function FromSystemColor(
c : Color) : Pen;
パラメータ
戻り値
このメソッドが作成する Pen オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ