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

TOGLCanvas.Polygon

Declaration

Source position: OpenGLCanvas.pas line 159

public procedure TOGLCanvas.Polygon(

  const Points: array of TPoint;

  Winding: Boolean;

  StartIndex: Integer = 0;

  NumPts: Integer = - 1

); overload;

procedure TOGLCanvas.Polygon(

  APoints: PPoint;

  ACount: Integer;

  AWinding: Boolean = False

); override; overload;

procedure TOGLCanvas.Polygon(

  const Points: array of TPoint

); overload;



CT Web help

CodeTyphon Studio