com.nextbreakpoint.freeimage4java.BITMAPINFOHEADER Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.nextbreakpoint.freeimage4java.macos Show documentation
Show all versions of com.nextbreakpoint.freeimage4java.macos Show documentation
FreeImage4Java provides a Java wrapper of FreeImage library
The newest version!
// Generated by jextract
package com.nextbreakpoint.freeimage4java;
import java.lang.invoke.*;
import java.lang.foreign.*;
import java.nio.ByteOrder;
import java.util.*;
import java.util.function.*;
import java.util.stream.*;
import static java.lang.foreign.ValueLayout.*;
import static java.lang.foreign.MemoryLayout.PathElement.*;
/**
* {@snippet lang=c :
* typedef struct tagBITMAPINFOHEADER {
* DWORD biSize;
* LONG biWidth;
* LONG biHeight;
* WORD biPlanes;
* WORD biBitCount;
* DWORD biCompression;
* DWORD biSizeImage;
* LONG biXPelsPerMeter;
* LONG biYPelsPerMeter;
* DWORD biClrUsed;
* DWORD biClrImportant;
* } BITMAPINFOHEADER
* }
*/
public class BITMAPINFOHEADER extends tagBITMAPINFOHEADER {
BITMAPINFOHEADER() {
// Should not be called directly
}
}