Method | Description | |
---|---|---|
DefaultAdorner ( |
Create an adorner with default opacity. The created adorner must then be added to the AdornerLayer.
|
|
DefaultAdorner ( |
Create an adorner. The created adorner must then be added to the AdornerLayer.
|
|
GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform | ||
SetMousePosition ( Point position ) : void |
Set the position of and redraw the adorner. Call when the mouse cursor position changes.
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
||
GetVisualChild ( int index ) : Visual | ||
MeasureOverride ( |
Method | Description | |
---|---|---|
UpdatePosition ( ) : void |
protected ArrangeOverride ( |
||
finalSize | ||
return |
public DefaultAdorner ( |
||
adornedElement | Element whose AdornerLayer will be use for displaying the adorner | |
adornerElement | Element used as adorner | |
adornerOrigin | Point | Origin offset within the adorner |
return | System |
public DefaultAdorner ( |
||
adornedElement | Element whose AdornerLayer will be use for displaying the adorner | |
adornerElement | Element used as adorner | |
adornerOrigin | Point | Origin offset within the adorner |
opacity | double | Adorner's opacity |
return | System |
public GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform | ||
transform | System.Windows.Media.GeneralTransform | |
return | System.Windows.Media.GeneralTransform |
protected GetVisualChild ( int index ) : Visual | ||
index | int | |
return | Visual |
protected MeasureOverride ( |
||
finalSize | ||
return |
public SetMousePosition ( Point position ) : void | ||
position | Point | Adorner's new position relative to AdornerLayer origin |
return | void |