Click or drag to resize

GeometryIsScaleEquals Method

Determine whether the two magnifications can be regarded as the same.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool IsScaleEquals(
	double scale1,
	double scale2
)

Parameters

scale1
Type: SystemDouble
scale2
Type: SystemDouble

Return Value

Type: Boolean
See Also