C# Class Core2D.Editor.Tools.ToolPoint

Point tool.
Inheritance: ToolBase
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode 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 méthode

public LeftDown ( double x, double y ) : void
x double
y double
Résultat void

Move() public méthode

public Move ( double x, double y ) : void
x double
y double
Résultat void

ToolPoint() public méthode

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