ZoomPanBehaviorRenderer constructor
ZoomPanBehaviorRenderer(
- CartesianStateProperties _stateProperties
Creates an argument constructor for ZoomPanBehavior renderer class.
Implementation
ZoomPanBehaviorRenderer(this._stateProperties) {
_zoomingBehaviorDetails = ZoomingBehaviorDetails(_stateProperties);
}