public class EdsFramePoint
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsFramePoint.ByReference |
static class |
EdsFramePoint.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
x
C type : EdsInt32
|
com.sun.jna.NativeLong |
y
C type : EdsInt32
|
| Constructor and Description |
|---|
EdsFramePoint() |
EdsFramePoint(com.sun.jna.NativeLong x,
com.sun.jna.NativeLong y) |
EdsFramePoint(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.NativeLong x
public com.sun.jna.NativeLong y
Copyright © 2018–2019. All rights reserved.