ActivityDesignerPaintEventArgs Constructor

Definición

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

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 utiliza para dibujar el elemento.

clipRectangle
Rectangle

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

viewPort
Rectangle

La ventanilla donde dibujar.

designerTheme
ActivityDesignerTheme

ActivityDesignerTheme asociado al objeto a dibujar.

Se aplica a