C# 클래스 ParallelCoordinatesDemo.Charts.DragAdorner

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_Child System.Windows.UIElement
m_Owner System.Windows.UIElement
m_VisualBrush System.Windows.Media.VisualBrush
m_XCenter double
m_YCenter double

공개 메소드들

메소드 설명
DragAdorner ( UIElement owner, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
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, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
owner System.Windows.UIElement
adornElement System.Windows.UIElement
useVisualBrush bool
opacity double
리턴 System.Diagnostics

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

프로퍼티 상세

m_Child 보호되어 있는 프로퍼티

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

m_Owner 보호되어 있는 프로퍼티

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

m_VisualBrush 보호되어 있는 프로퍼티

protected VisualBrush,System.Windows.Media m_VisualBrush
리턴 System.Windows.Media.VisualBrush

m_XCenter 보호되어 있는 프로퍼티

protected double m_XCenter
리턴 double

m_YCenter 보호되어 있는 프로퍼티

protected double m_YCenter
리턴 double