Unit 'GR32_VectorUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

BuildDashedLine

Declaration

Source position: GR32_VectorUtils.pas line 96

function BuildDashedLine(

  const Points: TArrayOfFloatPoint;

  const DashArray: TArrayOfFloat;

  DashOffset: TFloat = 0;

  Closed: Boolean = False

):TArrayOfArrayOfFloatPoint; overload;

function BuildDashedLine(

  const Points: TArrayOfFixedPoint;

  const DashArray: TArrayOfFixed;

  DashOffset: TFixed = 0;

  Closed: Boolean = False

):TArrayOfArrayOfFixedPoint; overload;



CT Web help

CodeTyphon Studio