ActivityDesignerPaint Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Fornisce metodi statici utilizzati per disegnare elementi dell'interfaccia utente sulle superfici dell'ActivityDesigner. La classe non può essere ereditata.
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
- Ereditarietà
-
ActivityDesignerPaint
- Attributi
Commenti
Note
Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.
Metodi
| Nome | Descrizione |
|---|---|
| Draw3DButton(Graphics, Image, Rectangle, Single, ButtonState) |
Obsoleti.
Disegna un pulsante tridimensionale nell'area di ActivityDesigner. |
| DrawExpandButton(Graphics, Rectangle, Boolean, CompositeDesignerTheme) |
Obsoleti.
Disegna un pulsante utilizzato per espandere e comprimere finestre di progettazione composite nell'area di ActivityDesigner. |
| DrawImage(Graphics, Image, Rectangle, DesignerContentAlignment) |
Obsoleti.
Disegna un'immagine nell'area di ActivityDesigner usando un Graphicsoggetto , Imageun Rectangleoggetto , e un oggetto DesignerContentAlignment. |
| DrawImage(Graphics, Image, Rectangle, Rectangle, DesignerContentAlignment, Single, Boolean) |
Obsoleti.
Disegna un'immagine nell'area di ActivityDesigner usando un Graphicsoggetto , un'origine Imagee una destinazione Rectangle, un DesignerContentAlignmentnumero a virgola mobile e un valore booleano a precisione singola. |
| DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32) |
Obsoleti.
Disegna un rettangolo arrotondato nell'area activitydesigner. |
| DrawText(Graphics, Font, String, Rectangle, StringAlignment, TextQuality, Brush) |
Obsoleti.
Disegna testo nell'area activitydesigner. |
| GetRoundedRectanglePath(Rectangle, Int32) |
Obsoleti.
Restituisce il percorso grafico utilizzato per disegnare il rettangolo arrotondato specificato. |