C# Class Core2D.Editor.Tools.ToolText

Text tool.
Inheritance: ToolBase
Mostrar archivo Open project: Core2D/Core2D

Public Methods

Method Description
LeftDown ( double x, double y ) : void
Move ( BaseShape shape ) : void
Move ( double x, double y ) : void
Remove ( ) : void
RightDown ( double x, double y ) : void
ToStateOne ( ) : void
ToolText ( IServiceProvider serviceProvider ) : System

Initialize new instance of ToolText class.

Method Details

LeftDown() public method

public LeftDown ( double x, double y ) : void
x double
y double
return void

Move() public method

public Move ( BaseShape shape ) : void
shape Core2D.Shape.BaseShape
return void

Move() public method

public Move ( double x, double y ) : void
x double
y double
return void

Remove() public method

public Remove ( ) : void
return void

RightDown() public method

public RightDown ( double x, double y ) : void
x double
y double
return void

ToStateOne() public method

public ToStateOne ( ) : void
return void

ToolText() public method

Initialize new instance of ToolText class.
public ToolText ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider The service provider.
return System