GrapeCity PlusPak for Windows Forms 11.0J
DrawArc0To90 メソッド (ButtonRenderer)

描画に使用するSystem.Drawing.Graphics
描画に使用するSystem.Drawing.Pen
円の開始System.Drawing.Point
円の終了System.Drawing.Point
0°〜90°の四分円を描画します。
シンタックス
Protected Sub DrawArc0To90( _
   ByVal g As Graphics, _
   ByVal pen As Pen, _
   ByVal p1 As Point, _
   ByVal p2 As Point _
) 
protected void DrawArc0To90( 
   Graphics g,
   Pen pen,
   Point p1,
   Point p2
)

パラメータ

g
描画に使用するSystem.Drawing.Graphics
pen
描画に使用するSystem.Drawing.Pen
p1
円の開始System.Drawing.Point
p2
円の終了System.Drawing.Point
参照

参照

ButtonRenderer クラス
ButtonRenderer メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.