@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.Format7ImageSettings extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Format7ImageSettings() |
Format7ImageSettings(long size)
Native array allocator.
|
Format7ImageSettings(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height()
Height of image.
|
FlyCapture2.Format7ImageSettings |
height(int height) |
int |
mode()
Format 7 mode.
|
FlyCapture2.Format7ImageSettings |
mode(int mode) |
int |
offsetX()
Horizontal image offset.
|
FlyCapture2.Format7ImageSettings |
offsetX(int offsetX) |
int |
offsetY()
Vertical image offset.
|
FlyCapture2.Format7ImageSettings |
offsetY(int offsetY) |
int |
pixelFormat()
Pixel format of image.
|
FlyCapture2.Format7ImageSettings |
pixelFormat(int pixelFormat) |
FlyCapture2.Format7ImageSettings |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.Format7ImageSettings |
reserved(int i,
int reserved) |
int |
width()
Width of image.
|
FlyCapture2.Format7ImageSettings |
width(int width) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Format7ImageSettings(Pointer p)
Pointer.Pointer(Pointer).public Format7ImageSettings(long size)
Pointer.position(long).public Format7ImageSettings()
public FlyCapture2.Format7ImageSettings position(long position)
public FlyCapture2.Format7ImageSettings mode(int mode)
public FlyCapture2.Format7ImageSettings offsetX(int offsetX)
public FlyCapture2.Format7ImageSettings offsetY(int offsetY)
public FlyCapture2.Format7ImageSettings width(int width)
public FlyCapture2.Format7ImageSettings height(int height)
public FlyCapture2.Format7ImageSettings pixelFormat(int pixelFormat)
public FlyCapture2.Format7ImageSettings reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.