comparison dwt/graphics/Region.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
31 * Application code must explicitly invoke the <code>Region.dispose()</code> 31 * Application code must explicitly invoke the <code>Region.dispose()</code>
32 * method to release the operating system resources managed by each instance 32 * method to release the operating system resources managed by each instance
33 * when those instances are no longer required. 33 * when those instances are no longer required.
34 * </p> 34 * </p>
35 */ 35 */
36 public final class Region extends Resource { 36 public final class Region : Resource {
37 /** 37 /**
38 * the OS resource for the region 38 * the OS resource for the region
39 * (Warning: This field is platform dependent) 39 * (Warning: This field is platform dependent)
40 * <p> 40 * <p>
41 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT 41 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT