Unit 'BGRAPath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

ComputeBezierCurve

Declaration

Source position: bgrapath.pas line 258

function ComputeBezierCurve(

  const curve: TCubicBezierCurve;

  AAcceptedDeviation: single = DefaultDeviation

):ArrayOfTPointF; overload;

function ComputeBezierCurve(

  const curve: TQuadraticBezierCurve;

  AAcceptedDeviation: single = DefaultDeviation

):ArrayOfTPointF; overload;



CT Web help

CodeTyphon Studio