C# Class LongoMatch.Drawing.CanvasObjects.Timeline.NeedleObject

Inheritance: CanvasObject, ICanvasSelectableObject
Afficher le fichier Open project: GNOME/longomatch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( IDrawingToolkit tk, LongoMatch area ) : void
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
Move ( Selection s, Point p, Point start ) : void
NeedleObject ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( IDrawingToolkit tk, LongoMatch area ) : void
tk IDrawingToolkit
area LongoMatch
Résultat void

GetSelection() public méthode

public GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
point Point
precision double
inMotion bool
Résultat LongoMatch.Core.Store.Drawables.Selection

Move() public méthode

public Move ( Selection s, Point p, Point start ) : void
s LongoMatch.Core.Store.Drawables.Selection
p Point
start Point
Résultat void

NeedleObject() public méthode

public NeedleObject ( ) : System
Résultat System