C# Class ParallelCoordinatesDemo.Charts.DragAdorner

Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: pwlodek/CodeGallery Class Usage Examples

Protected Properties

Свойство Type Description
m_Child System.Windows.UIElement
m_Owner System.Windows.UIElement
m_VisualBrush System.Windows.Media.VisualBrush
m_XCenter double
m_YCenter double

Méthodes publiques

Méthode Description
DragAdorner ( UIElement owner, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size finalSize ) : Size

Private Methods

Méthode Description
UpdatePosition ( ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

DragAdorner() public méthode

public DragAdorner ( UIElement owner, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
owner System.Windows.UIElement
adornElement System.Windows.UIElement
useVisualBrush bool
opacity double
Résultat System.Diagnostics

GetDesiredTransform() public méthode

public GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform
transform System.Windows.Media.GeneralTransform
Résultat System.Windows.Media.GeneralTransform

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

Property Details

m_Child protected_oe property

protected UIElement,System.Windows m_Child
Résultat System.Windows.UIElement

m_Owner protected_oe property

protected UIElement,System.Windows m_Owner
Résultat System.Windows.UIElement

m_VisualBrush protected_oe property

protected VisualBrush,System.Windows.Media m_VisualBrush
Résultat System.Windows.Media.VisualBrush

m_XCenter protected_oe property

protected double m_XCenter
Résultat double

m_YCenter protected_oe property

protected double m_YCenter
Résultat double