C# 클래스 FC3Editor.Tools.ToolTerrainHole

상속: ToolPaintStrict
파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string

보호된 메소드들

메소드 설명
OnPaint ( ) : void

메소드 상세

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetMainParameter() 공개 메소드

public GetMainParameter ( ) : IParameter
리턴 IParameter

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnPaint() 보호된 메소드

protected OnPaint ( ) : void
리턴 void