package Flash::Types::Rect; use Class::Struct; struct ( xmin => '$', xmax => '$', ymin => '$', ymax => '$' ); 1;