To graph dilation from the origin(0,0) you just need to multiply the coordinate of each vertice of the rectangle. Since the scale factor is 2, you need to multiply the x and y coordinate by 2. The new coordinate from each vertice would be:
A (-2, 5) ---> A'= (-4, 10)B (2,5) ---> B' (4, 10)C (-2, 2) ---> C' (-4, 4)D (2, 2) ---> D' (4, 4)