Class TrImageEx

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TrImageEx = class(TImage)

Description

TrImageEx - enhanced TImage with following functions: - bound label with definable possition - drawing support for basic shapes (rect, elipse, halfelipse)

Hierarchy

  • TImage
  • TrImageEx

Overview

Fields

Public SaveAsBMP: boolean;
Public SaveAsShape: boolean;
Public ShapeType: TShapeType;
Public PenColor: TColor;
Public FillColor: TColor;
Public BkColor: TColor;
Public PenWidth: integer;
Public LastFileName: string;

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure SetBounds(ALeft: integer; ATop: integer; AWidth: integer; AHeight: integer); override;
Public procedure DrawShape;
Public procedure SetShape(AShapeType: TShapeType; APenColor, AFillColor, ABkColor: TColor; APenWidth: integer);
Public procedure AssignShape(Source: TrImageEx);
Public procedure AssignPicture(P: TPicture; AsBMP: boolean);

Properties

Published property BoundLabel: TBoundLabel read FBoundLabel;

Description

Fields

Public SaveAsBMP: boolean;
 
Public SaveAsShape: boolean;
 
Public ShapeType: TShapeType;
 
Public PenColor: TColor;
 
Public FillColor: TColor;
 
Public BkColor: TColor;
 
Public PenWidth: integer;
 
Public LastFileName: string;
 

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure SetBounds(ALeft: integer; ATop: integer; AWidth: integer; AHeight: integer); override;
 
Public procedure DrawShape;
 
Public procedure SetShape(AShapeType: TShapeType; APenColor, AFillColor, ABkColor: TColor; APenWidth: integer);
 
Public procedure AssignShape(Source: TrImageEx);
 
Public procedure AssignPicture(P: TPicture; AsBMP: boolean);
 

Properties

Published property BoundLabel: TBoundLabel read FBoundLabel;
 

Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10