Unit 'OpenGLCanvas' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_opengl]

TOGLCanvas.Line

Declaration

Source position: OpenGLCanvas.pas line 169

public procedure TOGLCanvas.Line(

  const x1: Integer;

  const y1: Integer;

  const x2: Integer;

  const y2: Integer

); overload;

procedure TOGLCanvas.Line(

  const p1: TPoint;

  const p2: TPoint

); overload;

procedure TOGLCanvas.Line(

  const points: TRect

); overload;



CT Web help

CodeTyphon Studio