Source position: GR32_VectorUtils.pas line 96
function BuildDashedLine( |
const Points: TArrayOfFloatPoint; |
const DashArray: TArrayOfFloat; |
DashOffset: TFloat = 0; |
Closed: Boolean = False |
):TArrayOfArrayOfFloatPoint; overload; |
const Points: TArrayOfFixedPoint; |
const DashArray: TArrayOfFixed; |
DashOffset: TFixed = 0; |
Closed: Boolean = False |
):TArrayOfArrayOfFixedPoint; overload; |
CT Web help |
CodeTyphon Studio |