Cursor

Wisej.Web.Cursor

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Represents the mouse pointer.

public class Cursor

Constructors

Cursor(image)

Creates a new cursor using the Image.

NameTypeDescription

image

An Image to use for the cursor.

Cursor(source)

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

NameTypeDescription

source

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

Cursor(stream)

Creates a new cursor using the Image.

NameTypeDescription

stream

A Stream to use for the cursor.

Cursor(image, x, y)

Creates a new cursor using the Image.

NameTypeDescription

image

An Image to use for the cursor.

x

x-coordinate of the hotspot location.

y

y-coordinate of the hotspot location.

Cursor(stream, x, y)

Creates a new cursor using the Image.

NameTypeDescription

stream

A Stream to use for the cursor.

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.

NameTypeDescription

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