[futurebasic] Re: [FB] [FBII] Displaying PICT resource

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2000 : Group Archive : Group : All Groups

From: BMichael@...
Date: Mon, 15 May 2000 01:17:11 EDT
>Given a handle to a PICT resource, how can I get the dimensions of the
>PICT resource so that I can then calculate where I should place my
>PICTURE FIELD?

pictHndl& = fn getpicture(_splashpict)
long if pictHndl&
   ' get rectangle from picture
   myRect;8 = @pictHndl&..picFrame%

Bill