com.sun.jna.examples.win32

Class GDI32.RECT

public static class GDI32.RECT extends Structure

Field Summary
intbottom
intleft
intright
inttop
Method Summary
RectangletoRectangle()
StringtoString()

Field Detail

bottom

public int bottom

left

public int left

right

public int right

top

public int top

Method Detail

toRectangle

public Rectangle toRectangle()

toString

public String toString()
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.