FlexReport for WinForms
DrawRectangle(Line,Double,Rect) メソッド


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス > DrawRectangle メソッド : DrawRectangle(Line,Double,Rect) メソッド
A C1.Document.Line object specifies attributes of the rectangle.
Specifies the width in pixels of the line used to draw rectangle.
A C1.Interop.Rect structure that represents the rectangle to draw.
Draws a rectangle specified by a C1.Interop.Rect structure.
シンタックス
'宣言
 
Public Overloads Sub DrawRectangle( _
   ByVal line As Line, _
   ByVal lineWidth As System.Double, _
   ByVal bounds As Rect _
) 
'使用法
 
Dim instance As C1Graphics
Dim line As Line
Dim lineWidth As System.Double
Dim bounds As Rect
 
instance.DrawRectangle(line, lineWidth, bounds)
public void DrawRectangle( 
   Line line,
   System.double lineWidth,
   Rect bounds
)

パラメータ

line
A C1.Document.Line object specifies attributes of the rectangle.
lineWidth
Specifies the width in pixels of the line used to draw rectangle.
bounds
A C1.Interop.Rect structure that represents the rectangle to draw.
参照

参照

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