ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Costruttore

Definizione

Inizializza una nuova istanza della classe ToolStripPanelRenderEventArgs per l'oggetto ToolStripPanel specificato che utilizza la grafica specificata per il disegno.

public:
 ToolStripPanelRenderEventArgs(System::Drawing::Graphics ^ g, System::Windows::Forms::ToolStripPanel ^ toolStripPanel);
public ToolStripPanelRenderEventArgs (System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel);
new System.Windows.Forms.ToolStripPanelRenderEventArgs : System.Drawing.Graphics * System.Windows.Forms.ToolStripPanel -> System.Windows.Forms.ToolStripPanelRenderEventArgs
Public Sub New (g As Graphics, toolStripPanel As ToolStripPanel)

Parametri

g
Graphics

Grafica utilizzata per disegnare l'oggetto ToolStripPanel.

toolStripPanel
ToolStripPanel

Classe ToolStripPanel da disegnare.

Eccezioni

g o toolStripPanel è null.

Si applica a