bbox?

Keith Murphy kpmurphy at my-deja.com
Thu Jun 29 15:53:24 EDT 2000


In article <8jg776$ooa$1 at nnrp1.deja.com>,
  Keith Murphy <kpmurphy at my-deja.com> wrote:
> does anyone know what bbox is?  I see it in the context of the
> PhotoImage put(data, bbox).  Thanks,
>
> Keith
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

The bounding box is returned as a 4-tuple defining the left, upper,
right, and lower pixel coordinate.

found it...

here's what i was doing..
self.photo.put(tuple(["#000000"],), tuple([5,5,6,6]))
it draws a single black pixel at (5,5)

-->keith


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list