public Graphic GraphicAt(Rot4 rot) { return(GraphicAt(rot.ToDirection())); }
public Graphic GraphicAt(Rot4 rot) { return GraphicAt(rot.ToDirection()); }