public final class Rect { public int Left; public int Top; public int Right; public int Bottom; }
Specifies the corners of a rectangle.
Fields
© 1996 Microsoft Corporation. All rights reserved.