[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ellipses.pp line 44
type TEllipseInfo = class |
public |
constructor create; |
destructor destroy; override; |
function GetInfoForX(); |
procedure GatherEllipseInfo(); |
property cx: Double; [r] |
property cy: Double; [r] |
property rhor: Double; [r] |
property rver: Double; [r] |
end; |
| |
TObject |