C# Class Core2D.Editor.Tools.ToolPoint

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

Public Methods

Method Description
LeftDown ( double x, double y ) : void
Move ( double x, double y ) : void
ToolPoint ( IServiceProvider serviceProvider ) : System

Initialize new instance of ToolPoint class.

Method Details

LeftDown() public method

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

Move() public method

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

ToolPoint() public method

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