C# 클래스 LayoutFarm.DemoBitmap

상속: Image
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromGdiPlusBitmap ( System bmp ) : DemoBitmap
DemoBitmap ( int w, int h, System innerImage ) : PixelFarm.Drawing
DemoBitmap ( int w, int h, System innerImage ) : System
DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System
Dispose ( ) : void
GetRawImageBuffer ( ) : byte[]

메소드 상세

CreateFromGdiPlusBitmap() 공개 정적인 메소드

public static CreateFromGdiPlusBitmap ( System bmp ) : DemoBitmap
bmp System
리턴 DemoBitmap

DemoBitmap() 공개 메소드

public DemoBitmap ( int w, int h, System innerImage ) : PixelFarm.Drawing
w int
h int
innerImage System
리턴 PixelFarm.Drawing

DemoBitmap() 공개 메소드

public DemoBitmap ( int w, int h, System innerImage ) : System
w int
h int
innerImage System
리턴 System

DemoBitmap() 공개 메소드

public DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System
w int
h int
rawImageBuffer byte
isInvertedImg bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetRawImageBuffer() 공개 메소드

public GetRawImageBuffer ( ) : byte[]
리턴 byte[]