ActivityDesignerPaint Classe

Definição

Cuidado

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

Fornece métodos estáticos usados para desenhar elementos de interface do usuário em superfícies do designer de atividades. Essa 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

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

Métodos

Nome 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 usado para expandir e recolher 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 um Graphics, um Image, um Rectanglee um DesignerContentAlignment.

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

Desenha uma imagem na superfície do designer de atividades usando um, umGraphicsImage, uma origem e um destinoRectangle, um DesignerContentAlignment, um número de ponto flutuante de precisão única e um valor booliano.

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.

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

Aplica-se a