C# 클래스 ModernizedAlice.ArtOfWords.BizCommon.DragAdorner

상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
XCenter double
YCenter double
_child System.Windows.UIElement

공개 메소드들

메소드 설명
DragAdorner ( UIElement owner ) : System
DragAdorner ( UIElement owner, UIElement adornElement, double opacity, Point dragPos ) : System
GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size finalSize ) : Size

비공개 메소드들

메소드 설명
UpdatePosition ( ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

DragAdorner() 공개 메소드

public DragAdorner ( UIElement owner ) : System
owner System.Windows.UIElement
리턴 System

DragAdorner() 공개 메소드

public DragAdorner ( UIElement owner, UIElement adornElement, double opacity, Point dragPos ) : System
owner System.Windows.UIElement
adornElement System.Windows.UIElement
opacity double
dragPos Point
리턴 System

GetDesiredTransform() 공개 메소드

public GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform
transform System.Windows.Media.GeneralTransform
리턴 System.Windows.Media.GeneralTransform

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

프로퍼티 상세

XCenter 보호되어 있는 프로퍼티

protected double XCenter
리턴 double

YCenter 보호되어 있는 프로퍼티

protected double YCenter
리턴 double

_child 보호되어 있는 프로퍼티

protected UIElement,System.Windows _child
리턴 System.Windows.UIElement