PowerTools PlusPak for Windows Forms 8.0J
DrawEllipse(Pen,Int32,Int32,Int32,Int32) メソッド

楕円の色、幅、およびスタイルを決定するPenオブジェクト。
楕円を定義する境界矩形の左上端のx座標。
楕円を定義する境界矩形の左上端のy座標。
楕円を定義する境界矩形の幅。
楕円を定義する境界矩形の高さ。
高さと幅の座標の組み合わせで指定された境界矩形で定義された楕円を描画します。
構文
Public Overloads Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void DrawEllipse( 
   Pen pen,
   int x,
   int y,
   int width,
   int height
)

パラメータ

pen
楕円の色、幅、およびスタイルを決定するPenオブジェクト。
x
楕円を定義する境界矩形の左上端のx座標。
y
楕円を定義する境界矩形の左上端のy座標。
width
楕円を定義する境界矩形の幅。
height
楕円を定義する境界矩形の高さ。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback