XTransform TransformPoint Function. Applies this transform to a specified point. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page TransformPoint Function Applies this transform to a specified point. Syntax [C#] void TransformPoint(Point[] point) void TransformPoint(PointF[] point) void TransformPoint(XPoint point) void TransformPoint(ref double x, ref double y) [Visual Basic] Sub TransformPoint(point As Point()) Sub TransformPoint(point As PointF()) Sub TransformPoint(point As XPoint()) Sub TransformPoint(ByRef point As Double, ByRef y As Double) Params Name Description point The point to be transformed. x The x coordinate of a point to be transformed. y The y coordinate of a point to be transformed. Notes Applies this transform to a specified point. Example None. previous page start next page