Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ resizeGraphPoint
Method
resizeGraphPoint
FastCopy/SpeedGraph.xaml.cpp:139–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void SpeedGraph::resizeGraphPoint(float ratio)
140
{
141
auto const m_ratioCopy = m_ratio;
142
m_ratio *= ratio;
143
ScaleDownAnimation().To(m_ratio);
144
ScaleDown().Begin();
145
}
146
147
void SpeedGraph::makeAnimation(float y)
148
{
Callers
nothing calls this directly
Calls
1
Begin
Method · 0.80
Tested by
no test coverage detected