graphix.subellipse

Help Contents graphix graphix.subellipse
graphix.ellipse graphix.parabola

graphix.subellipse :center :radiusx :radiusy :range :focus :spin


Definition:

to graphix.subellipse :center :radiusx :radiusy :range :focus :spin

	make local "type "subellipse
	;if not local? "style.precision [make local "style.precision 32]

	to ondrawimage 
		output dll.graphix.drawisogon 
	end
end

graphix.ellipse graphix.parabola