C# 클래스 System.Windows.Forms.Cursor

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateCursor void
Cursor System
Cursor System
ISerializable void
InitFromStream void
ToBitmap Bitmap

공개 메소드들

메소드 설명
CopyHandle ( ) : IntPtr
Cursor ( IntPtr handle ) : System
Cursor ( System.Stream stream ) : System
Cursor ( Type type, string resource ) : System
Cursor ( string fileName ) : System
Dispose ( ) : void
Draw ( Graphics g, Rectangle targetRect ) : void
DrawStretched ( Graphics g, Rectangle targetRect ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
Hide ( ) : void
Show ( ) : void
ToString ( ) : string
operator ( ) : bool

비공개 메소드들

메소드 설명
CreateCursor ( System.Stream stream ) : void
Cursor ( ) : System
Cursor ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo si, StreamingContext context ) : void
InitFromStream ( System.Stream stream ) : void
ToBitmap ( bool xor, bool transparent ) : Bitmap

메소드 상세

CopyHandle() 공개 메소드

public CopyHandle ( ) : IntPtr
리턴 System.IntPtr

Cursor() 공개 메소드

public Cursor ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

Cursor() 공개 메소드

public Cursor ( System.Stream stream ) : System
stream System.Stream
리턴 System

Cursor() 공개 메소드

public Cursor ( Type type, string resource ) : System
type System.Type
resource string
리턴 System

Cursor() 공개 메소드

public Cursor ( string fileName ) : System
fileName string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
리턴 void

DrawStretched() 공개 메소드

public DrawStretched ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool