Author:
Evaluation:
Published: 30.04.2009.
Language: Latvian
Level: College/University
Literature: n/a
References: Not used
  • Practice Reports 'Datorgrafika. 3.laboratorijas darbs "Elipse"', 1.
  • Practice Reports 'Datorgrafika. 3.laboratorijas darbs "Elipse"', 2.
  • Practice Reports 'Datorgrafika. 3.laboratorijas darbs "Elipse"', 3.
  • Practice Reports 'Datorgrafika. 3.laboratorijas darbs "Elipse"', 4.
  • Practice Reports 'Datorgrafika. 3.laboratorijas darbs "Elipse"', 5.
Extract

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, StdCtrls;

type
TForm1 = class(TForm)
Button1: TButton;
Edit1: TEdit;
Edit2: TEdit;
Edit3: TEdit;
Edit4: TEdit;
StringGrid1: TStringGrid;
procedure FormCreate(Sender: TObject);
procedure WriteTable(k,Pk,Xk,Yk:integer);
procedure Elipse(Xc,Yc,Rx,Ry:integer);
procedure Button1Click(Sender: TObject);
private
{ Private declarations }…

Author's comment
Atlants