[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msepolygon.pas line 30
type polygoninfoty = record |
dim: rectty; |
ppmm: real; |
edgecount: Integer; |
edgeradiusmm: real; |
edgeradiusvertexcount: Integer; |
rotation: real; |
vertex: pointarty; |
color: colorty; |
colorline: colorty; |
colorlinegap: colorty; |
dashes: ansistring; |
linewidthmm: real; |
joinstyle: joinstylety; |
brush: tmaskedbitmap; |
brushoffset: pointty; |
smooth: Boolean; |
end; |