Cursor
Wisej.Web.Cursor
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the mouse pointer.
public class Cursor
Constructors
Cursor(image)

Creates a new cursor using an image source: can use a themed image or URL.
Name
Type
Description
Cursor(source)

Creates a new cursor using the Image.
Name
Type
Description
Cursor(stream)

Creates a new cursor using the Image.
Name
Type
Description
Cursor(image, x, y)

Creates a new cursor using the Image.
Cursor(stream, x, y)

Creates a new cursor using an image source: can use a themed image or URL.
Cursor(source, x, y)

Creates a new cursor using an image source: can use a themed image or URL.
Properties
Name

String: Returns the name of the cursor.
Position

Point: Returns or sets the pointer's position.
Last updated
Was this helpful?