- 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 |
|
| background_color | LibX11 |
|
| x_hot | int | |
| y_hot | int |
Return Value
| Type | Description |
|---|---|
| IntPtr |