TransformBuilder.Matrix

TransformBuilder.Matrix method

Adds a matrix transform to the builder.

public TransformBuilder Matrix(double a, double b, double c, double d, double e, double f)
ParameterTypeDescription
aDoubleThe a component of the matrix.
bDoubleThe b component of the matrix.
cDoubleThe c component of the matrix.
dDoubleThe d component of the matrix.
eDoubleThe e component of the matrix.
fDoubleThe f component of the matrix.

Return Value

The current TransformBuilder instance.

See Also