Gdiplus

object Gdiplus : FFILib

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val GdipBitmapLockBits: (bitmap: FFIPointer?, rect: IntArray, flags: Int, format: Int, lockedBitmapData: Buffer) -> Int
Link copied to clipboard
val GdipBitmapUnlockBits: (ffiPointer: FFIPointer?, bmpData: Buffer) -> Int
Link copied to clipboard
Link copied to clipboard
val GdipDisposeImage: (ffiPointer: FFIPointer?) -> Int
Link copied to clipboard
val GdipGetImageDimension: (ptr: FFIPointer?, pwidth: FloatArray, pheight: FloatArray) -> Int
Link copied to clipboard
val GdiplusStartup: (token: FFIPointerArray, input: IntArray, output: FFIPointer?) -> Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
inline fun <T : Function<*>> func(name: String?, config: FFIFuncConfig, required: Boolean): FFILib.FuncInfo<T>