- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImport(LibraryName)]
public static extern IntPtr XCreatePixmapFromBitmapData(IntPtr display, IntPtr d, byte[] data, int width, int height, long fg, int bg, int depth)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | |
| d | IntPtr | |
| data | byte[] | |
| width | int | |
| height | int | |
| fg | long | |
| bg | int | |
| depth | int |
Return Value
| Type | Description |
|---|---|
| IntPtr |