DioDocs for PDF
FillRoundRect(RectangleF,Single,Color) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > FillRoundRect メソッド : FillRoundRect(RectangleF,Single,Color) メソッド
A System.Drawing.RectangleF structure that represents the rectangle to fill.
The radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The fill color.
Fills a rounded rectangle witih a solid color.
シンタックス
'宣言
 
Public Overloads Sub FillRoundRect( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal radius As System.Single, _
   ByVal color As System.Drawing.Color _
) 
public void FillRoundRect( 
   System.Drawing.RectangleF bounds,
   System.float radius,
   System.Drawing.Color color
)

パラメータ

bounds
A System.Drawing.RectangleF structure that represents the rectangle to fill.
radius
The radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
color
The fill color.
参照

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