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
val lazyCreate: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T : Function<*>> func(name: String? = null, config: FFIFuncConfig = FFIFuncConfig.DEFAULT): FFILib.FuncInfo<T>