ToolStripContentPanelRenderEventArgs(Graphics, ToolStripContentPanel) コンストラクター

定義

ToolStripContentPanelRenderEventArgs クラスの新しいインスタンスを初期化します。

public:
 ToolStripContentPanelRenderEventArgs(System::Drawing::Graphics ^ g, System::Windows::Forms::ToolStripContentPanel ^ contentPanel);
public ToolStripContentPanelRenderEventArgs (System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel);
new System.Windows.Forms.ToolStripContentPanelRenderEventArgs : System.Drawing.Graphics * System.Windows.Forms.ToolStripContentPanel -> System.Windows.Forms.ToolStripContentPanelRenderEventArgs
Public Sub New (g As Graphics, contentPanel As ToolStripContentPanel)

パラメーター

g
Graphics

GDI+ の描画サーフェイスを表す Graphics

contentPanel
ToolStripContentPanel

レンダリングする ToolStripContentPanel

例外

g または contentPanel が null です。

適用対象