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

image

Cursor(source)

Creates a new cursor using the Image.

Name
Type
Description

source

Cursor(stream)

Creates a new cursor using the Image.

Name
Type
Description

stream

Cursor(image, x, y)

Creates a new cursor using the Image.

Name
Type
Description

image

x

x-coordinate of the hotspot location.

y

y-coordinate of the hotspot location.

Cursor(stream, x, y)

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

Name
Type
Description

stream

x

x-coordinate of the hotspot location.

y

y-coordinate of the hotspot location.

Cursor(source, x, y)

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

Name
Type
Description

source

The name of a theme image or a URL to an image resource.

x

x-coordinate of the hotspot location.

y

y-coordinate of the hotspot location.

Properties

Name

String: Returns the name of the cursor.

Position

Point: Returns or sets the pointer's position.

Last updated

Was this helpful?