2021 Method
Changes 0
M

Outline.IsScaleValid

Description:
Checks if given scale is valid. Should be greater than zero.
public bool IsScaleValid(
	double scale
)
  • Double
    scale
    The scale.
Return Value bool True if the scale is valid, false otherwise.