Graphics クラス
アセンブリ: System.Drawing (system.drawing.dll 内)

Public NotInheritable Class Graphics Inherits MarshalByRefObject Implements IDeviceContext, IDisposable

Graphics クラスには、オブジェクトをディスプレイ デバイスに描画するためのメソッドが用意されています。Graphics は、特定のデバイス コンテキストに関連付けられます。
Graphics を取得するには、System.Windows.Forms.Control から継承したオブジェクトで Control.CreateGraphics メソッドを呼び出します。また、コントロールの Control.Paint イベントを処理し、System.Windows.Forms.PaintEventArgs クラスの Graphics プロパティにアクセスする方法もあります。

System.MarshalByRefObject
System.Drawing.Graphics


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Graphics クラスのページへのリンク