Class TrImageEx
Unit
rImprovedComps
Declaration
type TrImageEx = class(TImage)
Description
enhanced TImage supporting label and drawing of shapes
Hierarchy
Overview
Fields
Methods
Description
Fields
|
SaveAsBMP: Boolean; |
|
|
SaveAsShape: Boolean; |
|
|
PenColor: TColor; |
|
|
FillColor: TColor; |
|
|
BkColor: TColor; |
|
|
PenWidth: integer; |
|
|
LastFileName: string; |
|
Methods
|
procedure DrawShape; |
draw defined shape
|
|
procedure SetShape(AShapeType: rImprovedComps.TShapeType; APenColor, AFillColor, ABkColor: TColor; APenWidth: integer); |
define shape type
|
|
procedure AssignShape(Source: TrImageEx); |
assign shape type from another ImageEx
|
|
procedure AssignPicture(P: TPicture; AsBMP: Boolean); |
assign another picture
|
Generated by PasDoc 0.15.0.
|