org.bridj.cpp.com
Class RECT
java.lang.Object
org.bridj.NativeObject
org.bridj.StructObject
org.bridj.cpp.com.RECT
- All Implemented Interfaces:
- NativeObjectInterface
public class RECT
- extends StructObject
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
Constructor Summary |
RECT()
|
RECT
public RECT()
left
public long left()
left
public RECT left(long left)
left_$eq
public final long left_$eq(long left)
top
public long top()
top
public RECT top(long top)
top_$eq
public final long top_$eq(long top)
right
public long right()
right
public RECT right(long right)
right_$eq
public final long right_$eq(long right)
bottom
public long bottom()
bottom
public RECT bottom(long bottom)
bottom_$eq
public final long bottom_$eq(long bottom)
Copyright © 2009-2012. All Rights Reserved.