C# 클래스 cadencii.apputil.BitmapEx

상속: IDisposable
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
BeginLock ( ) : void
BitmapEx ( Image original ) : System
BitmapEx ( Image original, Size newSize ) : System
BitmapEx ( Image original, int width, int height ) : System
BitmapEx ( Stream stream ) : System
BitmapEx ( Stream stream, bool useIcm ) : System
BitmapEx ( Type type, string resource ) : System
BitmapEx ( int width, int height ) : System
BitmapEx ( int width, int height, Graphics g ) : System
BitmapEx ( int width, int height, PixelFormat format ) : System
BitmapEx ( int width, int height, int stride, PixelFormat format, IntPtr scan0 ) : System
BitmapEx ( string filename ) : System
BitmapEx ( string filename, bool useIcm ) : System
Dispose ( ) : void
EndLock ( ) : void
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
SetPixel ( int x, int y, Color color ) : void

메소드 상세

BeginLock() 공개 메소드

public BeginLock ( ) : void
리턴 void

BitmapEx() 공개 메소드

public BitmapEx ( Image original ) : System
original Image
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( Image original, Size newSize ) : System
original Image
newSize System.Drawing.Size
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( Image original, int width, int height ) : System
original Image
width int
height int
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( Stream stream ) : System
stream Stream
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( Stream stream, bool useIcm ) : System
stream Stream
useIcm bool
리턴 System

BitmapEx() 공개 메소드

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

BitmapEx() 공개 메소드

public BitmapEx ( int width, int height ) : System
width int
height int
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( int width, int height, Graphics g ) : System
width int
height int
g System.Drawing.Graphics
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( int width, int height, PixelFormat format ) : System
width int
height int
format PixelFormat
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( int width, int height, int stride, PixelFormat format, IntPtr scan0 ) : System
width int
height int
stride int
format PixelFormat
scan0 System.IntPtr
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( string filename ) : System
filename string
리턴 System

BitmapEx() 공개 메소드

public BitmapEx ( string filename, bool useIcm ) : System
filename string
useIcm bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndLock() 공개 메소드

public EndLock ( ) : void
리턴 void

GetBitmap() 공개 메소드

public GetBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetPixel() 공개 메소드

public GetPixel ( int x, int y ) : Color
x int
y int
리턴 Color

SetPixel() 공개 메소드

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
리턴 void