GrapeCity ActiveReports for .NET 12.0J
DrawRoundRectDoubleLine メソッド

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

パラメータ

page
left
左です。
top
上です。
width
幅です。
height
高さです。
topLeftEdge
左上端です。
topRightEdge
右上端です。
bottomLeftEdge
左下端です。
bottomRightEdge
右下端です。
precision
等しいコーナーがある丸い四角形に返すパラメータを指定します。
参照

関連項目

PageDoubleLineExtensions クラス
PageDoubleLineExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.