com.sun.jna.examples.win32
Class User32.POINT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.User32.POINT
- Enclosing interface:
- User32
public static class User32.POINT
- extends Structure
Defines the x- and y-coordinates of a point.
Field Summary |
int |
x
|
int |
y
|
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
x
public int x
y
public int y
User32.POINT
public User32.POINT()
User32.POINT
public User32.POINT(int x,
int y)
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.