PowerTools PlusPak for Windows Forms 8.0J
DrawStrip メソッド (ImageSkin)

描画に使用するSystem.Drawing.Graphicsの値。
ストリップのSystem.Drawing.Rectangleの値。
ストリップ中のストリップのインデックス。
StripSettingsの値にはストリップの描画データが含まれます。
ControlSettingsオブジェクトにはコントロールの描画設定が含まれます。
ページのストリップを描画します。
構文
Public Overrides Sub DrawStrip( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal stripIndex As Integer, _
   ByVal stripSettings As StripSettings, _
   ByVal controlSettings As ControlSettings _
) 

パラメータ

graphics
描画に使用するSystem.Drawing.Graphicsの値。
rectangle
ストリップのSystem.Drawing.Rectangleの値。
stripIndex
ストリップ中のストリップのインデックス。
stripSettings
StripSettingsの値にはストリップの描画データが含まれます。
controlSettings
ControlSettingsオブジェクトにはコントロールの描画設定が含まれます。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

ImageSkin クラス
ImageSkin メンバ

Send Feedback