ActivityDesignerPaintEventArgs.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입니다.

설명

Graphics은 워크플로 디자인 화면에 개체를 그리기 위한 메서드를 제공합니다.

적용 대상