| Description | Hierarchy | Fields | Methods | Properties | 
type TSimpleLine = class(TObject)
![]()  | 
FCount: integer; | 
![]()  | 
FPoints: TPolyLine2D; | 
![]()  | 
FZoomBox: TQRbwZoomBox2; | 
![]()  | 
function GetPoint(const Index: integer): TPoint2D; | 
![]()  | 
procedure SetPoint(const Index: integer; const Value: TPoint2D); | 
![]()  | 
Constructor Create(AZoomBox: TQRbwZoomBox2); | 
![]()  | 
procedure AddPoint(const APoint: TPoint2D); | 
![]()  | 
procedure Draw(const BitMap: TBitmap32); | 
![]()  | 
function LineLength: double; | 
![]()  | 
procedure DeleteNextToLastPoint; | 
![]()  | 
property Count: integer read FCount write FCount; | 
![]()  | 
property Points[constIndex:integer]: TPoint2D read GetPoint write SetPoint; | 
![]()  | 
property ZoomBox: TQRbwZoomBox2 read FZoomBox; | 
![]()  | 
FCount: integer; | 
| 
 See Count.  | |
![]()  | 
FPoints: TPolyLine2D; | 
| 
 See Points  | |
![]()  | 
FZoomBox: TQRbwZoomBox2; | 
![]()  | 
function GetPoint(const Index: integer): TPoint2D; | 
| 
 See Points.  | |
![]()  | 
procedure SetPoint(const Index: integer; const Value: TPoint2D); | 
![]()  | 
Constructor Create(AZoomBox: TQRbwZoomBox2); | 
![]()  | 
procedure AddPoint(const APoint: TPoint2D); | 
| 
 
  | |
![]()  | 
procedure Draw(const BitMap: TBitmap32); | 
| 
 
  | |
![]()  | 
function LineLength: double; | 
![]()  | 
procedure DeleteNextToLastPoint; | 
![]()  | 
property Count: integer read FCount write FCount; | 
| 
 
  | |
![]()  | 
property Points[constIndex:integer]: TPoint2D read GetPoint write SetPoint; | 
| 
 property Points: TPointArray read FPoints write SetPoints;  | |
![]()  | 
property ZoomBox: TQRbwZoomBox2 read FZoomBox; |