[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TPenPattern

Represents a pattern brush for a pen.

Declaration

Source position: graphics.pp line 627

type TPenPattern = array of LongWord;

Description

TPenPattern is an array type used to store the sequence of LongWord values that make up the pen pattern. TPenPattern is essentially a user-defined pen style.

TPenPattern is the type used to implement the Pattern property in TPen.

See also

TPen

  

Represents a pen used to draw on a canvas.


Version 3.2 Generated 2024-02-25 Home