com.sun.jna.examples.unix

Class X11.XRectangle

public static class X11.XRectangle extends Structure

Field Summary
shortheight
shortwidth
shortx
shorty
Constructor Summary
XRectangle()
XRectangle(short x, short y, short width, short height)

Field Detail

height

public short height

width

public short width

x

public short x

y

public short y

Constructor Detail

XRectangle

public XRectangle()

XRectangle

public XRectangle(short x, short y, short width, short height)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.