Draws a rectangle specified by a
C1.Interop.Rect structure.
シンタックス
'宣言
Public Overloads Sub DrawRectangle( _
ByVal As Line, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
Rect
)
パラメータ
- 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.
参照