Graphics.Flush Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Force l’exécution de toutes les opérations graphiques en attente et retourne immédiatement sans attendre que les opérations se terminent.
Surcharges
| Nom | Description |
|---|---|
| Flush() |
Force l’exécution de toutes les opérations graphiques en attente et retourne immédiatement sans attendre que les opérations se terminent. |
| Flush(FlushIntention) |
Force l’exécution de toutes les opérations graphiques en attente avec la méthode en attente ou non en attente, comme spécifié, à retourner avant la fin des opérations. |
Flush()
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
Force l’exécution de toutes les opérations graphiques en attente et retourne immédiatement sans attendre que les opérations se terminent.
public:
void Flush();
public void Flush();
member this.Flush : unit -> unit
Public Sub Flush ()
Remarques
Cette méthode démarre un vidage et retourne immédiatement sans attendre la fin d’une opération graphique en cours d’exécution.
S’applique à
Flush(FlushIntention)
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
Force l’exécution de toutes les opérations graphiques en attente avec la méthode en attente ou non en attente, comme spécifié, à retourner avant la fin des opérations.
public:
void Flush(System::Drawing::Drawing2D::FlushIntention intention);
public void Flush(System.Drawing.Drawing2D.FlushIntention intention);
member this.Flush : System.Drawing.Drawing2D.FlushIntention -> unit
Public Sub Flush (intention As FlushIntention)
Paramètres
- intention
- FlushIntention
Membre de l’énumération FlushIntention qui spécifie si la méthode retourne immédiatement ou attend la fin des opérations existantes.
Remarques
Une valeur du Flushintention paramètre spécifie que la méthode retourne immédiatement après le début du vidage, tandis qu’une valeur de Sync spécifie que la méthode attend avant de retourner jusqu’à ce que toutes les opérations existantes se terminent.