ActivityDesignerPaintEventArgs Constructor

Definición

Inicializa una nueva instancia de la ActivityDesignerPaintEventArgs clase con los gráficos, el rectángulo de recorte, la ventanilla y el tema del diseñador especificados.

public:
 ActivityDesignerPaintEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle viewPort, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerPaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle viewPort, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs
Public Sub New (graphics As Graphics, clipRectangle As Rectangle, viewPort As Rectangle, designerTheme As ActivityDesignerTheme)

Parámetros

graphics
Graphics

Graphics que se usa para dibujar el elemento.

clipRectangle
Rectangle

Rectangle que representa el rectángulo en el que se va a dibujar.

viewPort
Rectangle

Puerto de vista en el que se va a dibujar.

designerTheme
ActivityDesignerTheme

ActivityDesignerTheme asociado al objeto que se va a dibujar.

Se aplica a