C# 클래스 Core2D.Avalonia.Views.EditorControl

Interaction logic for EditorControl xaml.
상속: Avalonia.Controls.UserControl
파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

메소드 설명
AttachEditor ( ) : void

Attach project editor to container control.

DetachEditor ( ) : void

Detach project editor from container control.

EditorControl ( ) : System

Initializes a new instance of the EditorControl class.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initialize the Xaml components.

InvalidateChild ( double zoomX, double zoomY, double offsetX, double offsetY ) : void

메소드 상세

AttachEditor() 공개 메소드

Attach project editor to container control.
public AttachEditor ( ) : void
리턴 void

DetachEditor() 공개 메소드

Detach project editor from container control.
public DetachEditor ( ) : void
리턴 void

EditorControl() 공개 메소드

Initializes a new instance of the EditorControl class.
public EditorControl ( ) : System
리턴 System