<Code Lib>
2027 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 Boolean True if the scale is valid, false otherwise.

Loading…