Struct MacOSCursorComponent.Frame
Assembly: OpenTK.Platform.dll
public struct MacOSCursorComponent.Frame
Constructors
Declaration
public Frame(int width, int height, byte[] image, int hotspotX, int hotspotY)
Parameters
Type |
Name |
Description |
int |
width |
|
int |
height |
|
byte[] |
image |
|
int |
hotspotX |
|
int |
hotspotY |
|
Fields
Height of the cursor in window coordinates.
Declaration
Field Value
The x axis pixel of the image to be the hotspot.
Declaration
Field Value
The y axis pixel of the image to be the hotspot.
Declaration
Field Value
The frame image data in RGBA format.
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Width of the cursor in window coordinates.
Declaration
Field Value