ActivityDesignerPaint Classe

Definição

Atenção

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornece métodos estáticos usados para desenhar elementos da interface de utilizador em superfícies de design de atividades. Esta classe não pode ser herdada.

public ref class ActivityDesignerPaint abstract sealed
public static class ActivityDesignerPaint
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public static class ActivityDesignerPaint
type ActivityDesignerPaint = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerPaint = class
Public Class ActivityDesignerPaint
Herança
ActivityDesignerPaint
Atributos

Observações

Note

Este material discute tipos e namespaces que estão obsoletos. Para mais informações, consulte Tipos Descontinuados no Windows Workflow Foundation 4.5.

Métodos

Name Description
Draw3DButton(Graphics, Image, Rectangle, Single, ButtonState)
Obsoleto.

Desenha um botão tridimensional na superfície do designer de atividades.

DrawExpandButton(Graphics, Rectangle, Boolean, CompositeDesignerTheme)
Obsoleto.

Desenha um botão que é usado para expandir e colapsar designers compostos na superfície do designer de atividades.

DrawImage(Graphics, Image, Rectangle, DesignerContentAlignment)
Obsoleto.

Desenha uma imagem na superfície do designer de atividades usando a Graphics, an Image, a Rectangle, e a DesignerContentAlignment.

DrawImage(Graphics, Image, Rectangle, Rectangle, DesignerContentAlignment, Single, Boolean)
Obsoleto.

Desenha uma imagem na superfície do designer da atividade usando um Graphics, um Image, uma fonte e destino Rectangle, um DesignerContentAlignment, um número de ponto flutuante de precisão simples, e um valor Booleano.

DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32)
Obsoleto.

Desenha um retângulo arredondado na superfície do designer de atividades.

DrawText(Graphics, Font, String, Rectangle, StringAlignment, TextQuality, Brush)
Obsoleto.

Desenha texto na superfície do designer de atividades.

GetRoundedRectanglePath(Rectangle, Int32)
Obsoleto.

Devolve o caminho gráfico usado para desenhar o retângulo arredondado especificado.

Aplica-se a