C# 클래스 cadencii.apputil.CursorUtil

파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
SaveAsCursor ( Bitmap item, Point hotspot, Stream stream, Color transp ) : void
SaveAsIcon ( Bitmap item, Stream stream, Color transp ) : void

비공개 메소드들

메소드 설명
SaveCor ( Bitmap item, Point hotspot, Stream stream, ushort type, Color transp ) : void

메소드 상세

SaveAsCursor() 공개 정적인 메소드

public static SaveAsCursor ( Bitmap item, Point hotspot, Stream stream, Color transp ) : void
item System.Drawing.Bitmap
hotspot Point
stream Stream
transp Color
리턴 void

SaveAsIcon() 공개 정적인 메소드

public static SaveAsIcon ( Bitmap item, Stream stream, Color transp ) : void
item System.Drawing.Bitmap
stream Stream
transp Color
리턴 void