C# Class Octgn.Scripting.Controls.SelectMultiCardsDlg.DragAdorner

Inheritance: System.Windows.Documents.Adorner
Show file Open project: octgn/OCTGN

Public Methods

Method Description
DragAdorner ( UIElement adornedElement, Point offset ) : System
UpdatePosition ( Point location ) : void

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext dc ) : void

Method Details

DragAdorner() public method

public DragAdorner ( UIElement adornedElement, Point offset ) : System
adornedElement UIElement
offset Point
return System

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
return void

UpdatePosition() public method

public UpdatePosition ( Point location ) : void
location Point
return void