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입니다.

적용 대상