Cursor

Wisej.Web.Cursor

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the mouse pointer.

public class Cursor

Constructors

Creates a new cursor using the Image.

NameTypeDescription

image

An Image to use for the cursor.

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.

Creates a new cursor using the Image.

NameTypeDescription

stream

A Stream to use for the cursor.

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.

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.

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

String: Returns the name of the cursor.

Point: Returns or sets the pointer's position.

Last updated