holly · 2011-07-07 06:05:44 · 阅读: 379 当然能 typedef union { struct { long Left, Top, RIght, Bottom; } l; struct { TPoint TopLeft, RIghtBottom; } p; } TRect;