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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawRectangle メソッド : DrawRectangle(RectangleF,Pen) メソッド
A System.Drawing.RectangleF structure that represents the rectangle to draw.
The pen used to draw the rectangle.
Draws a rectangle using a specified pen.
シンタックス
'宣言
 
Public Overloads Sub DrawRectangle( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal pen As Pen _
) 
public void DrawRectangle( 
   System.Drawing.RectangleF bounds,
   Pen pen
)

パラメータ

bounds
A System.Drawing.RectangleF structure that represents the rectangle to draw.
pen
The pen used to draw the rectangle.
参照

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