Represents a pattern brush for a pen.
Source position: graphics.pp line 613
type TPenPattern = array of LongWord; |
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.
|
Represents a pen used to draw on a canvas. |
| Version 4.4 | Generated 2025-11-08 | Home |