Package oshi.jna.platform.mac
Class CoreGraphics.CGSize
- java.lang.Object
-
- com.sun.jna.Structure
-
- oshi.jna.platform.mac.CoreGraphics.CGSize
-
- Enclosing interface:
- CoreGraphics
@FieldOrder({"width","height"}) public static class CoreGraphics.CGSize extends com.sun.jna.Structure
A size with width and height
-
-
Constructor Summary
Constructors Constructor Description CGSize()
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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, writeField
-
-