DrawTreeNodeEventArgs(Graphics, TreeNode, Rectangle, TreeNodeStates) Конструктор

Определение

Инициализирует новый экземпляр класса DrawTreeNodeEventArgs.

public:
 DrawTreeNodeEventArgs(System::Drawing::Graphics ^ graphics, System::Windows::Forms::TreeNode ^ node, System::Drawing::Rectangle bounds, System::Windows::Forms::TreeNodeStates state);
public DrawTreeNodeEventArgs (System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state);
public DrawTreeNodeEventArgs (System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode? node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state);
new System.Windows.Forms.DrawTreeNodeEventArgs : System.Drawing.Graphics * System.Windows.Forms.TreeNode * System.Drawing.Rectangle * System.Windows.Forms.TreeNodeStates -> System.Windows.Forms.DrawTreeNodeEventArgs
Public Sub New (graphics As Graphics, node As TreeNode, bounds As Rectangle, state As TreeNodeStates)

Параметры

graphics
Graphics

Поверхность Graphics для рисования.

node
TreeNode

Изображение TreeNode для отрисовки.

bounds
Rectangle

Объект Rectangle, в пределах которого выполняется рисование.

state
TreeNodeStates

Побитовое сочетание значений TreeNodeStates, указывающее текущее состояние отрисовываемого узла TreeNode.

Исключения

.NET 6 и более поздних версий: graphics is null.

Применяется к