C# Class LongoMatch.Drawing.CanvasObjects.Dashboard.LinkAnchorObject

Inheritance: CanvasObject, ICanvasSelectableObject
显示文件 Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
CanLink ( LinkAnchorObject anchor ) : bool
Draw ( IDrawingToolkit tk, Area area ) : void
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
LinkAnchorObject ( DashboardButtonObject button, List tags, Point relPos ) : System
Move ( Selection s, Point dst, Point start ) : void

Private Methods

Method Description
CreateSurface ( string name ) : ISurface
LoadSurfaces ( ) : void

Method Details

CanLink() public method

public CanLink ( LinkAnchorObject anchor ) : bool
anchor LinkAnchorObject
return bool

Draw() public method

public Draw ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area LongoMatch.Core.Common.Area
return void

GetSelection() public method

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

LinkAnchorObject() public method

public LinkAnchorObject ( DashboardButtonObject button, List tags, Point relPos ) : System
button DashboardButtonObject
tags List
relPos Point
return System

Move() public method

public Move ( Selection s, Point dst, Point start ) : void
s LongoMatch.Core.Store.Drawables.Selection
dst Point
start Point
return void