C# 클래스 WATKit.Native.CursorInfo

파일 보기 프로젝트 열기: MikeHanson/WATKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags uint
handle System.IntPtr
point Point
size uint

공개 메소드들

메소드 설명
New ( ) : CursorInfo

Creates a new instance of CursorInfo.

메소드 상세

New() 공개 정적인 메소드

Creates a new instance of CursorInfo.
public static New ( ) : CursorInfo
리턴 CursorInfo

프로퍼티 상세

flags 공개적으로 프로퍼티

public uint flags
리턴 uint

handle 공개적으로 프로퍼티

public IntPtr,System handle
리턴 System.IntPtr

point 공개적으로 프로퍼티

public Point point
리턴 Point

size 공개적으로 프로퍼티

public uint size
리턴 uint