TransformBuilder.Translate

TransformBuilder.Translate method

Adds a translate transform to the builder.

public TransformBuilder Translate(double tx, double ty = 0m)
ParameterTypeDescription
txDoubleThe translation along the x-axis.
tyDoubleThe translation along the y-axis. Defaults to 0.

Return Value

The current TransformBuilder instance.

See Also