C# Class FC3Editor.Tools.ToolObject.SnapMode

Inheritance: ToolObject.Mode
Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
GetContextHelp ( ) : string
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
SnapMode ( ToolObject context ) : System

Private Methods

Method Description
paramPreserveOrientation_ValueChanged ( object sender, EventArgs e ) : void
paramUseSnapAngle_ValueChanged ( object sender, EventArgs e ) : void

Method Details

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

OnMouseEvent() public method

public OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
mouseEvent FC3Editor.Nomad.Editor
mouseEventArgs MouseEventArgs
return bool

SnapMode() public method

public SnapMode ( ToolObject context ) : System
context ToolObject
return System