Compartir a través de


LockedActivityGlyph.OnPaint Método

Definición

Realiza cualquier tarea que exija representar el glifo en la superficie del diseñador de actividad.

protected:
 override void OnPaint(System::Drawing::Graphics ^ graphics, bool activated, System::Workflow::ComponentModel::Design::AmbientTheme ^ ambientTheme, System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected override void OnPaint (System.Drawing.Graphics graphics, bool activated, System.Workflow.ComponentModel.Design.AmbientTheme ambientTheme, System.Workflow.ComponentModel.Design.ActivityDesigner designer);
override this.OnPaint : System.Drawing.Graphics * bool * System.Workflow.ComponentModel.Design.AmbientTheme * System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected Overrides Sub OnPaint (graphics As Graphics, activated As Boolean, ambientTheme As AmbientTheme, designer As ActivityDesigner)

Parámetros

graphics
Graphics

Graphics para realizar el relleno y el dibujo de las tareas.

activated
Boolean

true para indicar que el glifo aparece en la superficie de diseño; de lo contrario, false.

ambientTheme
AmbientTheme

Utilice la propiedad AmbientTheme para tener acceso a los valores de propiedades de ambiente.

designer
ActivityDesigner

ActivityDesigner del que obtener información sobre las acciones del usuario.

Se aplica a