function Transform(const P: TPoint): TPoint; overload; virtual;
function Transform(const P: TFixedPoint): TFixedPoint; overload; virtual;
function Transform(const P: TFloatPoint): TFloatPoint; overload; virtual;
Forward transforms the supplied point P and returns the result. Note that not all derived transformation classes support forward transformation. If the given class does not support forward transformation an ETransformNotImplemented exception will be raised.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024