RE: NSImageView size mismatch?
RE: NSImageView size mismatch?
- Subject: RE: NSImageView size mismatch?
- From: Brian Hook <email@hidden>
- Date: Fri, 05 Oct 2001 18:28:26 -0700
- Organization: Pyrogon, Inc.
>
Is this NSImageView bordered?
>
>
-jcr
Hmmm, that may be it. I don't see an option to have it unbordered in
IB, I suppose I need to do this programmatically in awakeFromNib? Also,
is there a way to get the "client area" or interior bounds of the
NSImageView so that I can properly query its size irrespective of
borders? Windows has a kind of convoluted way of doing this
(GetClientRect or something like that).
The key is that when I make my NSImage I want it to be the exact proper
size to fit inside the NSImageView.
Thanks,
Brian