pixel/point value of ovel in Livecode

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
kevin007
Posts: 40
Joined: Mon Sep 21, 2015 7:46 am

pixel/point value of ovel in Livecode

Post by kevin007 » Tue Apr 19, 2016 9:57 am

Hi All,

Is it any way to get the point value of oval in Livecode. eg: If I draw a oval in in my stack, I want the pixel or point value of the oval. :oops:

Thanks
Kevin
--
Thanks
Kevin

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: pixel/point value of ovel in Livecode

Post by dunbarx » Tue Apr 19, 2016 2:46 pm

Hi.

I am not sure what you mean. Any control has certain properties, like its location and rect, and some even have their "points".

What is a "point value"? Do you mean the color of a particular pixel?

Craig Newman

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: pixel/point value of ovel in Livecode

Post by jacque » Tue Apr 19, 2016 4:08 pm

You can use "the effective points" for ovals. See the "points" entry in the dictionary.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply