ActivityDesignerPaintEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe ActivityDesignerPaintEventArgs con le immagini, il rettangolo di ridimensionamento, il riquadro di visualizzazione e il tema della finestra di progettazione specificati.

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)

Parametri

graphics
Graphics

Oggetto Graphics utilizzato per disegnare l'elemento.

clipRectangle
Rectangle

Oggetto Rectangle che rappresenta il rettangolo in cui disegnare.

viewPort
Rectangle

Il riquadro di visualizzazione in cui disegnare.

designerTheme
ActivityDesignerTheme

Oggetto ActivityDesignerTheme associato all'oggetto da disegnare.

Si applica a