Source position: msegraphutils.pas line 326
type graphicdirectionsty = set of (
gd_right,
gd_up,
gd_left,
gd_down,
gd_none
);