ImageEn, unit iexPdfiumCore

TPdfObject.StrokeColor

TPdfObject.StrokeColor


Declaration

property StrokeColor: TRGBA;


Description

Specifies the color of the line (when ObjectType is ptPath).

Read/write


Examples

// Set a thick red border for the current path object
ImageEnView1.PdfViewer.Objects[idx].PathStrokeWidth := 5;
ImageEnView1.PdfViewer.Objects[idx].StrokeColor := TColor2TRGBA( clRed, 255 );
ImageEnView1.Invalidate();


See Also

 FillColor
 GetPath
 GetTextFont
 LineCap
 LineJoin
 PathFillMode
 PathStrokeWidth
 StrokeWidth
 TColor2TRGBA