PowerTools PlusPak for Windows Forms 8.0J
DrawArc90To180 メソッド (ButtonRenderer)

描画に使用するSystem.Drawing.Graphics
描画に使用するSystem.Drawing.Pen
円の開始System.Drawing.Point
円の終了System.Drawing.Point
90°〜180°の四分円を描画します。
構文
Protected Sub DrawArc90To180( _
   ByVal g As Graphics, _
   ByVal pen As Pen, _
   ByVal p1 As Point, _
   ByVal p2 As Point _
) 
protected void DrawArc90To180( 
   Graphics g,
   Pen pen,
   Point p1,
   Point p2
)

パラメータ

g
描画に使用するSystem.Drawing.Graphics
pen
描画に使用するSystem.Drawing.Pen
p1
円の開始System.Drawing.Point
p2
円の終了System.Drawing.Point
プラットフォーム

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

参照

ButtonRenderer クラス
ButtonRenderer メンバ

Send Feedback