GoXam for WPF v3
OnScaleChanged(Double,Double) Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnScaleChanged(Double,Double) Method
a double
a double
This overridable method is called when the Scale changes.
Syntax
protected virtual void OnScaleChanged( 
   double oldscale,
   double newscale
)

Parameters

oldscale
a double
newscale
a double
Remarks
This may change the Position in order to maintain the desired content alignment. This method may be called during initialization even if the old and new scale values are the same. This respects the UseLayoutRounding property to round off the Position. This method calls OnViewportBoundsChanged.
See Also

Reference

DiagramPanel Class
DiagramPanel Members