PowerTools SPREAD for Windows Forms 8.0J
DrawBackground メソッド


背景画像の描画に使用されるSystem.Drawing.IDeviceContext。
背景画像が描画されるSystem.Drawing.Rectangle。
FarPoint.Win.FpVisualStyleRendererの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Sub DrawBackground( _
   ByVal idc As IDeviceContext, _
   ByVal bounds As Rectangle _
) 
'使用法
 
Dim instance As FpVisualStyleRenderer
Dim idc As IDeviceContext
Dim bounds As Rectangle
 
instance.DrawBackground(idc, bounds)
public void DrawBackground( 
   IDeviceContext idc,
   Rectangle bounds
)

パラメータ

idc
背景画像の描画に使用されるSystem.Drawing.IDeviceContext。
bounds
背景画像が描画されるSystem.Drawing.Rectangle。
参照

FpVisualStyleRenderer クラス
FpVisualStyleRenderer メンバ

 

 


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