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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawRoundRect メソッド : DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) メソッド
The System.Drawing.RectangleF structure that represents the border bounds.
The left border.
The top border.
The right border.
The bottom border.
The border's corner radius.
Draws a rounded border defined by four Pen objects and CornerRadius structure.
シンタックス
'宣言
 
Public Overloads Sub DrawRoundRect( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal left As Pen, _
   ByVal top As Pen, _
   ByVal right As Pen, _
   ByVal bottom As Pen, _
   ByVal cornerRadius As CornerRadius _
) 
public void DrawRoundRect( 
   System.Drawing.RectangleF bounds,
   Pen left,
   Pen top,
   Pen right,
   Pen bottom,
   CornerRadius cornerRadius
)

パラメータ

bounds
The System.Drawing.RectangleF structure that represents the border bounds.
left
The left border.
top
The top border.
right
The right border.
bottom
The bottom border.
cornerRadius
The border's corner radius.
参照

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