DioDocs for PDF
DrawRoundRect(RectangleF,Single,Single,Pen) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawRoundRect メソッド : DrawRoundRect(RectangleF,Single,Single,Pen) メソッド
A System.Drawing.RectangleF structure that represents the rectangle to draw.
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The pen used to draw the rounded rectangle.
Draws a rounded rectangle using a specified pen.
シンタックス
'宣言
 
Public Overloads Sub DrawRoundRect( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal radiusX As System.Single, _
   ByVal radiusY As System.Single, _
   ByVal pen As Pen _
) 
public void DrawRoundRect( 
   System.Drawing.RectangleF bounds,
   System.float radiusX,
   System.float radiusY,
   Pen pen
)

パラメータ

bounds
A System.Drawing.RectangleF structure that represents the rectangle to draw.
radiusX
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
radiusY
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
pen
The pen used to draw the rounded rectangle.
参照

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