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

ComputeOpenedSpline

Declaration

Source position: bgrapath.pas line 264

function ComputeOpenedSpline(

  const APoints: array of TPointF;

  AStyle: TSplineStyle;

  AEndCoeff: single = 0.25;

  AAcceptedDeviation: single = DefaultDeviation

):ArrayOfTPointF;

function ComputeOpenedSpline(

  const APoints: array of TPointF;

  AStart: Integer;

  ACount: Integer;

  AStyle: TSplineStyle;

  AEndCoeff: single = 0.25;

  AAcceptedDeviation: single = DefaultDeviation

):ArrayOfTPointF;



CT Web help

CodeTyphon Studio