다음을 통해 공유


ActivityDesignerLayoutEventArgs.Graphics 속성

정의

디자이너의 레이아웃에 사용하는 Graphics을 가져옵니다.

public:
 property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics Graphics { get; }
member this.Graphics : System.Drawing.Graphics
Public ReadOnly Property Graphics As Graphics

속성 값

디자이너의 레이아웃에 사용하는 Graphics 개체 입니다.

설명

Graphics 개체는 표시 디바이스에 개체를 그리기 위한 메서드를 제공합니다.

적용 대상