C# Class LunarEclipse.Model.PathDescriptor

Inheritance: AbstractLineDescriptor
ファイルを表示 Open project: mono/lunareclipse

Private Properties

Property Type Description
MovePoint void

Public Methods

Method Description
GetBounds ( ) : Rect
Move ( double dx, double dy ) : void
PathDescriptor ( System.Windows.Shapes.Path element ) : System
PathDescriptor ( System.Windows.Shapes.Path element, UndoGroup group ) : System

Private Methods

Method Description
MovePoint ( DependencyObject element, DependencyProperty prop, double dx, double dy ) : void

Method Details

GetBounds() public method

public GetBounds ( ) : Rect
return System.Windows.Rect

Move() public method

public Move ( double dx, double dy ) : void
dx double
dy double
return void

PathDescriptor() public method

public PathDescriptor ( System.Windows.Shapes.Path element ) : System
element System.Windows.Shapes.Path
return System

PathDescriptor() public method

public PathDescriptor ( System.Windows.Shapes.Path element, UndoGroup group ) : System
element System.Windows.Shapes.Path
group UndoGroup
return System