Sdílet prostřednictvím


ActivityDesignerPaintEventArgs Konstruktor

Definice

Inicializuje novou instanci ActivityDesignerPaintEventArgs třídy se zadaným grafickým objektem, rámečkem oříznutí, zobrazením a návrhářem motivů.

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)

Parametry

graphics
Graphics

GraphicsSlouží k vykreslení položky.

clipRectangle
Rectangle

Rectangle, Který představuje obdélník, ve kterém se má kreslit.

viewPort
Rectangle

Port zobrazení, ve kterém se má kreslit.

designerTheme
ActivityDesignerTheme

ActivityDesignerThemePřidružený k objektu, který se má kreslit.

Platí pro