C# 클래스 LunarEclipse.Model.PathDescriptor

상속: AbstractLineDescriptor
파일 보기 프로젝트 열기: mono/lunareclipse

Private Properties

프로퍼티 타입 설명
MovePoint void

공개 메소드들

메소드 설명
GetBounds ( ) : Rect
Move ( double dx, double dy ) : void
PathDescriptor ( System.Windows.Shapes.Path element ) : System
PathDescriptor ( System.Windows.Shapes.Path element, UndoGroup group ) : System

비공개 메소드들

메소드 설명
MovePoint ( DependencyObject element, DependencyProperty prop, double dx, double dy ) : void

메소드 상세

GetBounds() 공개 메소드

public GetBounds ( ) : Rect
리턴 System.Windows.Rect

Move() 공개 메소드

public Move ( double dx, double dy ) : void
dx double
dy double
리턴 void

PathDescriptor() 공개 메소드

public PathDescriptor ( System.Windows.Shapes.Path element ) : System
element System.Windows.Shapes.Path
리턴 System

PathDescriptor() 공개 메소드

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