mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-31 12:00:01 -07:00
Adds zoom buttons to graph controls (#637)
This commit is contained in:
parent
c1efa3d3e3
commit
1c9755d38a
6 changed files with 223 additions and 2 deletions
|
@ -127,6 +127,8 @@ namespace GraphControl
|
|||
event Windows::Foundation::EventHandler<Windows::Foundation::Collections::IMap<Platform::String^, double>^>^ VariablesUpdated;
|
||||
|
||||
void SetVariable(Platform::String^ variableName, double newValue);
|
||||
void ZoomFromCenter(double scale);
|
||||
void ResetGrid();
|
||||
|
||||
protected:
|
||||
#pragma region Control Overrides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue