Specifies the alignment of a pen relative to the stroke that is being drawn.
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPPenAlignment = (
paCenter,
paInset
);
|
|
Name
|
Description
|
|
paCenter
|
Specifies that the pen is aligned on the center of the line that is drawn.
|
|
paInset
|
Specifies, when drawing a polygon, that the pen is aligned on the inside of the edge of the polygon.
|
Top
|