An NDoc Documented Class Library

Curve.Transform Method 

Transforms a Curve with the transformation given by m. The method in the baseclass is empty. So you have to override this function, if you want to transform a Curve.

public virtual void Transform(
   Matrix m
);

Parameters

m

Implements

ITransform.Transform

See Also

Curve Class | Minais.Drawing3d.Curves Namespace