DrawingWindowSetPercentScale Method |
If set, the input coordinate will be in the range 0.0 - 1.0. If
an input coordinate is greater than 1, this setting will not take effect
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetPercentScale(
bool useScale
)
Parameters
- useScale
- Type: SystemBoolean
if true, use the [0.0, 1.9) scale; if false, use the raw coordinate
See Also