graphix.ray

Help Contents graphix graphix.ray
graphix.line graphix.circle

graphix.ray :initial :final


Definition:

to graphix.ray :initial :final

	make local "type "ray 

	to ondrawimage 
		output dll.graphix.drawray 
	end
end

graphix.line graphix.circle