LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Jul 2004 14:53:03 -0400
Reply-To:   Randy Herbison <RandyHerbison@WESTAT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Randy Herbison <RandyHerbison@WESTAT.COM>
Subject:   Re: SAS/AF: Width of Frame in pixels?
Comments:   To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Content-Type:   text/plain

Richard,

How about the _winfo method.

_frame_._winfo('NUMXPIXEL',x); * frame width in pixels; _frame_._winfo('NUMYPIXEL',y); * frame height in pixels;

RandyHerbison@westat.com

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Richard A. DeVenezia Sent: Tuesday, July 20, 2004 1:58 PM To: SAS-L@LISTSERV.UGA.EDU Subject: SAS/AF: Width of Frame in pixels?

The Frame Class has attributes numberOfRows and numberOfColumns. How would I figure what the frame width and height is in pixels ?

-- Richard A. DeVenezia


Back to: Top of message | Previous page | Main SAS-L page