ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为使用指定图形进行绘制的指定 ToolStripPanelRenderEventArgs 初始化 ToolStripPanel 类的新实例。
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)
参数
- g
- Graphics
用于绘制 ToolStripPanel 的图形。
- toolStripPanel
- ToolStripPanel
要绘制的 ToolStripPanel。
例外
g
或 toolStripPanel
为 null。