Scale2dIsEqualTo(Scale2d) Method

Checks whether the specified scale vector equals this scale vector.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public bool IsEqualTo(
        Scale2d a
)

Parameters

a  Scale2d
[in] Scale vector to compare.

Return Value

Boolean
true if all the following conditions are met: * Scale factors for the x-axes are equal. * Scale factors for the y-axes are equal.
See Also

©  Bricsys NV. All rights reserved.