[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgCanvasBase.DrawPolygon

Declaration

Source position: line 0

public procedure TfpgCanvasBase.DrawPolygon(

  const Points: array of TPoint;

  Winding: Boolean;

  StartIndex: Integer = 0;

  NumPts: Integer = -1

);

procedure TfpgCanvasBase.DrawPolygon(

  Points: PPoint;

  NumPts: Integer;

  Winding: Boolean = false

); virtual;

procedure TfpgCanvasBase.DrawPolygon(

  const Points: array of TPoint

);


Documentation generated on: 2012-01-26