Overload | Description |
---|---|
NCursor Constructor() | Default constructor |
NCursor Constructor(NCursor) | Copy constructor |
NCursor Constructor(ENPredefinedCursor) | Creates a predefined cursor that uses a native cursor if possible. |
NCursor Constructor(ENPredefinedCursor,Boolean) | Creates a predefined cursor that optionally uses a native cursor if possible. |
NCursor Constructor(Stream) | Creates a custom cursor from a stream, containing a cursor in the .CUR format. |
NCursor Constructor(Int32,Int32,Int32,Int32,ENCursorPixel[]) | Creates a custom cursor with the specified parameters. |
NCursor Constructor(NEmbeddedResourceRef) | Creates a cursor from an embedded resource. |