Unit 'GR32_Paths' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_graphics32]

TCustomPath.CurveToRelative

Declaration

Source position: GR32_Paths.pas line 95

public procedure TCustomPath.CurveToRelative(

  const X1: TFloat;

  const Y1: TFloat;

  const X2: TFloat;

  const Y2: TFloat;

  const X: TFloat;

  const Y: TFloat

); overload;

procedure TCustomPath.CurveToRelative(

  const X2: TFloat;

  const Y2: TFloat;

  const X: TFloat;

  const Y: TFloat

); overload;

procedure TCustomPath.CurveToRelative(

  const C1: TFloatPoint;

  const C2: TFloatPoint;

  const P: TFloatPoint

); overload;

procedure TCustomPath.CurveToRelative(

  const C2: TFloatPoint;

  const P: TFloatPoint

); overload;



CT Web help

CodeTyphon Studio