com.sun.jna.examples.win32

Class User32.SIZE

public static class User32.SIZE extends Structure

Specifies the width and height of a rectangle.
Field Summary
intcx
intcy
Constructor Summary
SIZE()
SIZE(int w, int h)

Field Detail

cx

public int cx

cy

public int cy

Constructor Detail

SIZE

public SIZE()

SIZE

public SIZE(int w, int h)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.