二重線の丸い四角形を描画します。
シンタックス
'宣言
Public Shared Sub DrawRoundRectDoubleLine( _
ByVal As Page, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public static void DrawRoundRectDoubleLine(
Page ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float
)
パラメータ
- page
- left
- 左です。
- top
- 上です。
- width
- 幅です。
- height
- 高さです。
- topLeftEdge
- 左上端です。
- topRightEdge
- 右上端です。
- bottomLeftEdge
- 左下端です。
- bottomRightEdge
- 右下端です。
- precision
- 等しいコーナーがある丸い四角形に返すパラメータを指定します。
参照