@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.GigEImageSettings extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEImageSettings() |
GigEImageSettings(int size)
Native array allocator.
|
GigEImageSettings(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height()
Height of image.
|
FlyCapture2.GigEImageSettings |
height(int height) |
int |
offsetX()
Horizontal image offset.
|
FlyCapture2.GigEImageSettings |
offsetX(int offsetX) |
int |
offsetY()
Vertical image offset.
|
FlyCapture2.GigEImageSettings |
offsetY(int offsetY) |
int |
pixelFormat()
Pixel format of image.
|
FlyCapture2.GigEImageSettings |
pixelFormat(int pixelFormat) |
FlyCapture2.GigEImageSettings |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.GigEImageSettings |
reserved(int i,
int reserved) |
int |
width()
Width of image.
|
FlyCapture2.GigEImageSettings |
width(int width) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic GigEImageSettings(Pointer p)
Pointer.Pointer(Pointer).public GigEImageSettings(int size)
Pointer.position(int).public GigEImageSettings()
public FlyCapture2.GigEImageSettings position(int position)
public FlyCapture2.GigEImageSettings offsetX(int offsetX)
public FlyCapture2.GigEImageSettings offsetY(int offsetY)
public FlyCapture2.GigEImageSettings width(int width)
public FlyCapture2.GigEImageSettings height(int height)
public FlyCapture2.GigEImageSettings pixelFormat(int pixelFormat)
public FlyCapture2.GigEImageSettings reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.