Carbon


FixedRect

Header: MacTypes.h

struct FixedRect {
    Fixed left; 
    Fixed top; 
    Fixed right; 
    Fixed bottom;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)