Udostępnij za pośrednictwem


BufferedGraphicsManager.Current Właściwość

Definicja

Pobiera wartość BufferedGraphicsContext dla bieżącej domeny aplikacji.

public:
 static property System::Drawing::BufferedGraphicsContext ^ Current { System::Drawing::BufferedGraphicsContext ^ get(); };
public static System.Drawing.BufferedGraphicsContext Current { get; }
static member Current : System.Drawing.BufferedGraphicsContext
Public Shared ReadOnly Property Current As BufferedGraphicsContext

Wartość właściwości

Wartość BufferedGraphicsContext dla bieżącej domeny aplikacji.

Przykłady

W poniższym przykładzie kodu przedstawiono uzyskiwanie BufferedGraphicsContext wartości dla bieżącej domeny aplikacji.

// Retrieves the BufferedGraphicsContext for the 
// current application domain.
BufferedGraphicsContext^ appDomainGraphicsContext =
   BufferedGraphicsManager::Current;
// Retrieves the BufferedGraphicsContext for the
// current application domain.
BufferedGraphicsContext appDomainGraphicsContext =
     BufferedGraphicsManager.Current;
' Retrieves the BufferedGraphicsContext for the 
' current application domain.
Dim appDomainGraphicsContext As BufferedGraphicsContext = BufferedGraphicsManager.Current

Uwagi

W aplikacji Current właściwość zawsze zwraca ten sam BufferedGraphicsContext obiekt.

Dotyczy

Zobacz też