BufferedGraphicsManager.Current Özellik

Tanım

Geçerli uygulama etki alanının öğesini BufferedGraphicsContext alır.

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

Özellik Değeri

BufferedGraphicsContext

BufferedGraphicsContext Geçerli uygulama etki alanı için.

Örnekler

Aşağıdaki kod örneğinde, geçerli uygulama etki alanı için değerinin BufferedGraphicsContext alınması gösterilmektedir.

// 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

Açıklamalar

Bir uygulama içinde Current özelliği her zaman aynı BufferedGraphicsContext nesneyi döndürür.

Şunlara uygulanır

Ayrıca bkz.