Class TRectangularShape

DescriptionHierarchyFieldsMethodsProperties

Unit

Shapes

Declaration

type TRectangularShape = class(TShape)

Description

Class implementing a rectangular shape.

Hierarchy

TRectangularShape > TShape > TObject

Methods

Overview

Public constructor Create;
Public constructor CreateAndSet(Shape: TShape); override;
Public destructor Destroy; override;
Public procedure AddPoint(x, y, z: real);
Public procedure Assign(Shape: TShape); override;
Public procedure Draw(Bitmap: TBitmap; XMin, YMin, XMax, YMax: real); override;
Public procedure GenerateNormal; override;

Description

Public constructor Create;
 
Public constructor CreateAndSet(Shape: TShape); override;
 
Public destructor Destroy; override;
 
Public procedure AddPoint(x, y, z: real);
 
Public procedure Assign(Shape: TShape); override;
 
Public procedure Draw(Bitmap: TBitmap; XMin, YMin, XMax, YMax: real); override;
 
Public procedure GenerateNormal; override;
 

Properties

Overview

Public property Normal: TVector;
Public property Points[i: Integer]: TVector;

Description

Public property Normal: TVector;
 
Public property Points[i: Integer]: TVector;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:50