Fork me on GitHub

LibX11.

XCreatePixmapCursor(IntPtr, IntPtr, IntPtr, LibX11.XColor, LibX11.XColor, int, int) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImport(LibraryName)]
public static extern IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref LibX11.XColor foreground_color, ref LibX11.XColor background_color, int x_hot, int y_hot)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
source IntPtr
mask IntPtr
foreground_color LibX11.XColor
background_color LibX11.XColor
x_hot int
y_hot int

Return Value

Type Description
IntPtr