C# 클래스 LitDev.LDCursors

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
Arrow ( ) : void

Arrow Cursor (default).

ArrowCD ( ) : void

Arrow with CD Cursor.

CreateCursor ( Primitive imageName, Primitive xHotSpot, Primitive yHotSpot ) : Primitive

Create a cursor that can be set using SetUserCursor or SetShapeCursor. An ImageList image can be resized with LDImage.Resize.

Cross ( ) : void

Cross Cursor.

Hand ( ) : void

Hand Cursor.

Help ( ) : void

Help Cursor.

IBeam ( ) : void

IBeam Cursor.

Invalid ( ) : void

Invalid Cursor.

None ( ) : void

No Cursor.

Pen ( ) : void

Pen Cursor.

Scroll ( ) : void

Scroll Cursor.

SetShapeCursor ( Primitive shapeName, Primitive cursor ) : void

Set the cursor for a shape or control when the mouse is over the shape.

SetUserCursor ( Primitive cursor ) : void

Sets a custom cursor as a pointer in the Graphics Window.

SizeAll ( ) : void

Size All Cursor (Resizing).

SizeNESW ( ) : void

NESW DoubleArrow Cursor (Resizing).

SizeNS ( ) : void

NS DoubleArrow (Resizing).

SizeNWSE ( ) : void

NWSE DoubleArrow Cursor (Resizing).

SizeWE ( ) : void

WE DoubleArrow (Resizing).

Starting ( ) : void

Starting Cursor.

UpArrow ( ) : void

Up Arrow Cursor (Insertion).

Wait ( ) : void

Wait Cursor.

비공개 메소드들

메소드 설명
createCursor ( Bitmap bmp, int xHotSpot, int yHotSpot ) : System.Windows.Input.Cursor
getCursor ( string cursor ) : System.Windows.Input.Cursor
setCursor ( System.Windows.Input.Cursor cursor ) : void
setCursor ( string shapeName, System.Windows.Input.Cursor cursor ) : void

메소드 상세

Arrow() 공개 정적인 메소드

Arrow Cursor (default).
public static Arrow ( ) : void
리턴 void

ArrowCD() 공개 정적인 메소드

Arrow with CD Cursor.
public static ArrowCD ( ) : void
리턴 void

CreateCursor() 공개 정적인 메소드

Create a cursor that can be set using SetUserCursor or SetShapeCursor. An ImageList image can be resized with LDImage.Resize.
public static CreateCursor ( Primitive imageName, Primitive xHotSpot, Primitive yHotSpot ) : Primitive
imageName Primitive The file path or ImageList image.
xHotSpot Primitive The x pixel to use as the hot spot.
yHotSpot Primitive The y pixel to use as the hot spot.
리턴 Primitive

Cross() 공개 정적인 메소드

Cross Cursor.
public static Cross ( ) : void
리턴 void

Hand() 공개 정적인 메소드

Hand Cursor.
public static Hand ( ) : void
리턴 void

Help() 공개 정적인 메소드

Help Cursor.
public static Help ( ) : void
리턴 void

IBeam() 공개 정적인 메소드

IBeam Cursor.
public static IBeam ( ) : void
리턴 void

Invalid() 공개 정적인 메소드

Invalid Cursor.
public static Invalid ( ) : void
리턴 void

None() 공개 정적인 메소드

No Cursor.
public static None ( ) : void
리턴 void

Pen() 공개 정적인 메소드

Pen Cursor.
public static Pen ( ) : void
리턴 void

Scroll() 공개 정적인 메소드

Scroll Cursor.
public static Scroll ( ) : void
리턴 void

SetShapeCursor() 공개 정적인 메소드

Set the cursor for a shape or control when the mouse is over the shape.
public static SetShapeCursor ( Primitive shapeName, Primitive cursor ) : void
shapeName Primitive The shape or control name.
cursor Primitive A cursor created with CreateCursor or /// a standard cursor in this object (e.g. "ArrowCD") or /// the full path to a *.cur or *.ani file to use as a cursor.
리턴 void

SetUserCursor() 공개 정적인 메소드

Sets a custom cursor as a pointer in the Graphics Window.
public static SetUserCursor ( Primitive cursor ) : void
cursor Primitive A cursor created with CreateCursor or /// a standard cursor in this object (e.g. "ArrowCD") or /// the full path to a *.cur or *.ani file to use as a cursor.
리턴 void

SizeAll() 공개 정적인 메소드

Size All Cursor (Resizing).
public static SizeAll ( ) : void
리턴 void

SizeNESW() 공개 정적인 메소드

NESW DoubleArrow Cursor (Resizing).
public static SizeNESW ( ) : void
리턴 void

SizeNS() 공개 정적인 메소드

NS DoubleArrow (Resizing).
public static SizeNS ( ) : void
리턴 void

SizeNWSE() 공개 정적인 메소드

NWSE DoubleArrow Cursor (Resizing).
public static SizeNWSE ( ) : void
리턴 void

SizeWE() 공개 정적인 메소드

WE DoubleArrow (Resizing).
public static SizeWE ( ) : void
리턴 void

Starting() 공개 정적인 메소드

Starting Cursor.
public static Starting ( ) : void
리턴 void

UpArrow() 공개 정적인 메소드

Up Arrow Cursor (Insertion).
public static UpArrow ( ) : void
리턴 void

Wait() 공개 정적인 메소드

Wait Cursor.
public static Wait ( ) : void
리턴 void