ActivityDesignerPaintEventArgs 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

OnPaint(ActivityDesignerPaintEventArgs), OnPaint(ActivityDesignerPaintEventArgs, Boolean), OnPaint(ActivityDesignerPaintEventArgs)OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner) 메서드 데이터 그리고 워크플로 디자인 화면에서 그릴 때 파생되는 클래스의 재지정된 버전의 OnPaint를 제공합니다.

public ref class ActivityDesignerPaintEventArgs : EventArgs
public class ActivityDesignerPaintEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityDesignerPaintEventArgs : EventArgs
type ActivityDesignerPaintEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerPaintEventArgs = class
    inherit EventArgs
Public Class ActivityDesignerPaintEventArgs
Inherits EventArgs
상속
ActivityDesignerPaintEventArgs
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

OnPaint 메서드 호출에는 워크플로 디자인 화면에는 활동 디자이너, 문자 모양 또는 커넥터를 다시 그릴 때 발생 합니다. ActivityDesignerPaintEventArgs는 개체를 그리는 데 사용할 그래픽 및 개체를 그릴 클립 사각형을 지정합니다.

생성자

ActivityDesignerPaintEventArgs(Graphics, Rectangle, Rectangle, ActivityDesignerTheme)

지정된 그래픽, 클리핑 사각형, 뷰포트 및 디자이너 테마를 사용하여 ActivityDesignerPaintEventArgs 클래스의 새 인스턴스를 초기화합니다.

속성

AmbientTheme

워크플로 디자인 화면과 연결된 AmbientTheme입니다.

ClipRectangle

그릴 Rectangle을 가져옵니다.

DesignerTheme

디자이너와 연결된 ActivityDesignerTheme을 가져옵니다.

Graphics

워크플로 디자인 화면에 항목을 그리는 데 사용하는 Graphics을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상