다음을 통해 공유


BufferedGraphicsManager.Current 속성

정의

현재 애플리케이션 도메인에 대한 BufferedGraphicsContext를 가져옵니다.

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

속성 값

현재 애플리케이션 도메인에 대한 BufferedGraphicsContext입니다.

예제

다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 BufferedGraphicsContext 현재 애플리케이션 도메인에 대 한 합니다.

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

설명

애플리케이션 내의 합니다 Current 속성은 항상 동일한 반환 BufferedGraphicsContext 개체입니다.

적용 대상

추가 정보