Source position: fpsvg.types.pp line 316
type TSVGPen = record |
public |
Width: Double; |
Cap: TSVGLineCap; |
Join: TSVGLineJoin; |
MiterLimit: Double; |
Dashes: TSVGDoubleArray; |
DashOffset: Double; |
constructor Create(); |
class function Default; |
function IsDashed; |
function ToString; |
|
end; |