C# Class FC3Editor.Tools.ToolTerrainHole

Inheritance: ToolPaintStrict
Mostra file Open project: Azerothian/fc3editor

Public Methods

Method Description
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string

Protected Methods

Method Description
OnPaint ( ) : void

Method Details

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetMainParameter() public method

public GetMainParameter ( ) : IParameter
return IParameter

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

OnPaint() protected method

protected OnPaint ( ) : void
return void