Re: QC in FxPlug
Re: QC in FxPlug
- Subject: Re: QC in FxPlug
- From: Peter Litwinowicz <email@hidden>
- Date: Thu, 31 Jul 2008 15:06:07 -0700
- Thread-topic: QC in FxPlug
> y = height - y;
Along the lines of, but not exactly, you probably want
y = height - 1 - y
(pixels are indexed from 0 to height-1).
Of course all bets are off if you are dealing with pixels as areas and not
as points... Then all the math can change again :-)
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden