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
)
Public MustOverride Function IsScaleEquals (
scale1 As Double,
scale2 As Double
) As Boolean
Parameters
- scale1
- Type: SystemDouble
- scale2
- Type: SystemDouble
Return Value
Type:
BooleanSee Also