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


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

パラメータ

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

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

 

 


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