C# 클래스 PixelFarm.Agg.ActualImage

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

공개 메소드들

메소드 설명
ActualImage ( int width, int height, PixelFormat format ) : System
Dispose ( ) : void
GetBuffer ( ActualImage img ) : byte[]

메소드 상세

ActualImage() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBuffer() 공개 정적인 메소드

public static GetBuffer ( ActualImage img ) : byte[]
img ActualImage
리턴 byte[]