com.sun.jna.examples.win32
Class User32.SIZE
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.User32.SIZE
- Enclosing interface:
- User32
public static class User32.SIZE
- extends Structure
Specifies the width and height of a rectangle.
Field Summary |
int |
cx
|
int |
cy
|
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
cx
public int cx
cy
public int cy
User32.SIZE
public User32.SIZE()
User32.SIZE
public User32.SIZE(int w,
int h)
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.