Scale2d(Double, Double) Constructor

Constructor for the Scale2d class. Creates a scale transformation with the specified factors for x- and y-axes.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Scale2d(
        double x,
        double y
)

Parameters

x  Double
[in] Scale factor for the x-axis.
y  Double
[in] Scale factor for the y-axis.
See Also

©  Bricsys NV. All rights reserved.