PowerTools SPREAD for Windows Forms 8.0J
PaintLowered(IBorderGraphics,Single,Single,Single,Single,Boolean) メソッド


グラフィックデバイスインタフェース
左上隅のx座標
左上隅のy座標
凹状境界線の幅(ピクセル単位)
凹状境界線の高さ(ピクセル単位)
境界線を右から左へ描画するかどうか
指定した矩形内のくぼんだ境界線をPDFに描画(印刷)します。
構文
'Declaration
 
Public Overloads Sub PaintLowered( _
   ByVal g As IBorderGraphics, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal rightToLeft As Boolean _
) 
'使用法
 
Dim instance As BevelBorder
Dim g As IBorderGraphics
Dim x As Single
Dim y As Single
Dim width As Single
Dim height As Single
Dim rightToLeft As Boolean
 
instance.PaintLowered(g, x, y, width, height, rightToLeft)
public void PaintLowered( 
   IBorderGraphics g,
   float x,
   float y,
   float width,
   float height,
   bool rightToLeft
)

パラメータ

g
グラフィックデバイスインタフェース
x
左上隅のx座標
y
左上隅のy座標
width
凹状境界線の幅(ピクセル単位)
height
凹状境界線の高さ(ピクセル単位)
rightToLeft
境界線を右から左へ描画するかどうか
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.