comparison dwt/graphics/Rectangle.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents 7d135fe0caf2
children d8635bb48c7c
comparison
equal deleted inserted replaced
35:7d135fe0caf2 36:db5a898b2119
17 import dwt.internal.SerializableCompatibility; 17 import dwt.internal.SerializableCompatibility;
18 18
19 import tango.text.convert.Format; 19 import tango.text.convert.Format;
20 20
21 import dwt.dwthelper.utils; 21 import dwt.dwthelper.utils;
22 import dwt.graphics.Point;
22 23
23 /** 24 /**
24 * Instances of this class represent rectangular areas in an 25 * Instances of this class represent rectangular areas in an
25 * (x, y) coordinate system. The top left corner of the rectangle 26 * (x, y) coordinate system. The top left corner of the rectangle
26 * is specified by its x and y values, and the extent of the 27 * is specified by its x and y values, and the extent of the