<Code Lib>
2020 Method
Changes 0
M

Outline.IsScaleValid

Description:
Checks if given scale is valid. Should be greater than zero.

public bool IsScaleValid(
	double scale
)

Return Value bool True if the scale is valid, false otherwise.

Loading…