Class TPen

Unit

Declaration

type TPen = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor Create;

Properties

Public property Color: TColor read FColor write FColor;
Public property EndCap: TPenEndCap read FEndCap write FEndCap;
Public property JoinStyle: TPenJoinStyle read FJoinStyle write FJoinStyle;
Public property Mode: TPenMode read FMode write FMode;
Public property Style : TPenStyle read FStyle write FStyle;
Public property Width : Integer read FWidth write FWidth;

Description

Methods

Public constructor Create;

This item has no description.

Properties

Public property Color: TColor read FColor write FColor;

Color of the pen

Public property EndCap: TPenEndCap read FEndCap write FEndCap;

End cap of the pen: how to draw the ends of the lines

Public property JoinStyle: TPenJoinStyle read FJoinStyle write FJoinStyle;

Join style: how to join the segments of a polyline

Public property Mode: TPenMode read FMode write FMode;

Operation done on pixels

Public property Style : TPenStyle read FStyle write FStyle;

Pen style: solid, dash, dot...

Public property Width : Integer read FWidth write FWidth;

Pen width in pixels