Class TPen
Unit
Declaration
type TPen = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TPen
Overview
Methods
![]() |
constructor Create; |
Properties
![]() |
property Color: TColor read FColor write FColor; |
![]() |
property EndCap: TPenEndCap read FEndCap write FEndCap; |
![]() |
property JoinStyle: TPenJoinStyle read FJoinStyle write FJoinStyle; |
![]() |
property Mode: TPenMode read FMode write FMode; |
![]() |
property Style : TPenStyle read FStyle write FStyle; |
![]() |
property Width : Integer read FWidth write FWidth; |
Description
Methods
![]() |
constructor Create; |
|
This item has no description. | |
Properties
![]() |
property Color: TColor read FColor write FColor; |
|
| |
![]() |
property EndCap: TPenEndCap read FEndCap write FEndCap; |
|
End cap of the pen: how to draw the ends of the lines | |
![]() |
property JoinStyle: TPenJoinStyle read FJoinStyle write FJoinStyle; |
|
Join style: how to join the segments of a polyline | |
![]() |
property Mode: TPenMode read FMode write FMode; |
|
Operation done on pixels | |
![]() |
property Style : TPenStyle read FStyle write FStyle; |
|
Pen | |
![]() |
property Width : Integer read FWidth write FWidth; |
|
Pen | |
