C# 클래스 Sharplike.Editlike.MapTools.AbstractSelectionTool

상속: IMapTool
파일 보기 프로젝트 열기: eropple/sharplike

공개 프로퍼티들

프로퍼티 타입 설명
DefaultBackgroundColor Color
DefaultForegroundColor Color

보호된 프로퍼티들

프로퍼티 타입 설명
BackgroundColor Color
ForegroundColor Color
border Sharplike.UI.Controls.Border
fill bool
form Main

공개 메소드들

메소드 설명
AbstractSelectionTool ( ) : System
End ( Point tile ) : void
Run ( Point tile ) : void
SetActive ( Main screen, string tag ) : void
SetInactive ( ) : void
Start ( Point tile ) : void

비공개 메소드들

메소드 설명
borderupdate_Tick ( object sender, EventArgs e ) : void

메소드 상세

AbstractSelectionTool() 공개 메소드

public AbstractSelectionTool ( ) : System
리턴 System

End() 공개 메소드

public End ( Point tile ) : void
tile Point
리턴 void

Run() 공개 메소드

public Run ( Point tile ) : void
tile Point
리턴 void

SetActive() 공개 메소드

public SetActive ( Main screen, string tag ) : void
screen Main
tag string
리턴 void

SetInactive() 공개 메소드

public SetInactive ( ) : void
리턴 void

Start() 공개 메소드

public Start ( Point tile ) : void
tile Point
리턴 void

프로퍼티 상세

BackgroundColor 보호되어 있는 프로퍼티

protected Color BackgroundColor
리턴 Color

DefaultBackgroundColor 공개적으로 정적으로 프로퍼티

public static Color DefaultBackgroundColor
리턴 Color

DefaultForegroundColor 공개적으로 정적으로 프로퍼티

public static Color DefaultForegroundColor
리턴 Color

ForegroundColor 보호되어 있는 프로퍼티

protected Color ForegroundColor
리턴 Color

border 보호되어 있는 프로퍼티

protected Border,Sharplike.UI.Controls border
리턴 Sharplike.UI.Controls.Border

fill 보호되어 있는 프로퍼티

protected bool fill
리턴 bool

form 보호되어 있는 프로퍼티

protected Main form
리턴 Main