Region.IsEmpty(Graphics) 메서드

정의

지정된 그리기 화면에 빈 내부가 있는지 테스트 Region 합니다.

public:
 bool IsEmpty(System::Drawing::Graphics ^ g);
public bool IsEmpty(System.Drawing.Graphics g);
member this.IsEmpty : System.Drawing.Graphics -> bool
Public Function IsEmpty (g As Graphics) As Boolean

매개 변수

g
Graphics

그리기 표면을 나타내는 A Graphics 입니다.

반품

true 연결된 변환이 적용될 때 이 Region 내부가 비어 있으면 g 이고, false그렇지 않으면 .

예외

gnull입니다.

설명

그래픽 컨텍스트 g 의 현재 변환은 그리기 화면에서 영역 내부를 계산하는 데 사용됩니다.

적용 대상