Compartilhar via


LockedActivityGlyph.OnPaint Método

Definição

Executa tarefas necessárias para renderizar o glifo na superfície do designer de atividade.

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

O Graphics para executar tarefas de preenchimento e de desenho.

activated
Boolean

true para indicar que o glifo aparece na superfície de design; caso contrário, false.

ambientTheme
AmbientTheme

O AmbientTheme a ser usado para acessar configurações de propriedade de ambiente.

designer
ActivityDesigner

O ActivityDesigner do qual obter informações sobre ações do usuário.

Aplica-se a