TransformBuilder.Scale

TransformBuilder.Scale method

Adds a scale transform to the builder.

public TransformBuilder Scale(double sx, double sy = 0m)
ParameterTypeDescription
sxDoubleThe scaling factor along the x-axis.
syDoubleThe scaling factor along the y-axis. Defaults to 0.

Return Value

The current TransformBuilder instance.

See Also