TransformBuilder.Rotate

TransformBuilder.Rotate method

Adds a rotate transform to the builder.

public TransformBuilder Rotate(double angle, double cx = 0m, double cy = 0m)
ParameterTypeDescription
angleDoubleThe rotation angle in degrees.
cxDoubleThe x-coordinate of the rotation center. Defaults to 0.
cyDoubleThe y-coordinate of the rotation center. Defaults to 0.

Return Value

The current TransformBuilder instance.

See Also