DioDocs for PDF
DrawRectangle メソッド (IDrawingDevice)

DS.Documents.Barcode アセンブリ > GrapeCity.Documents.Barcode 名前空間 > IDrawingDevice インターフェース : DrawRectangle メソッド
描画する四角形。
ストロークの太さ。
ストロークの色。
内部使用。四角形を描画します。
シンタックス
'宣言
 
Sub DrawRectangle( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal strokeThickness As System.Integer, _
   ByVal stroke As System.Drawing.Color _
) 
void DrawRectangle( 
   System.Drawing.RectangleF bounds,
   System.int strokeThickness,
   System.Drawing.Color stroke
)

パラメータ

bounds
描画する四角形。
strokeThickness
ストロークの太さ。
stroke
ストロークの色。
参照

IDrawingDevice インターフェース
IDrawingDevice メンバ