Login Page - Create Account

Support Board


Date/Time: Mon, 25 May 2026 09:05:34 +0000



Post From: RegionValueToYPixelCoordinate question

[2014-10-09 16:00:08]
onnb - Posts: 666
is the RegionValueToYPixelCoordinate to be used as the value to draw when using relative values?


float reversalPrice = 1300.25;
....
Tool.UseRelativeValue = 1;
Tool.BeginValue = sc.RegionValueToYPixelCoordinate(reversalPrice, 0);
....