C# 클래스 PixelFarm.Agg.ImgSpanGen

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

공개 메소드들

메소드 설명
GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
ImgSpanGen ( ISpanInterpolator interpolator ) : System
Prepare ( ) : void
SetFilterOffset ( double d ) : void
SetFilterOffset ( double dx, double dy ) : void

메소드 상세

GenerateColors() 공개 추상적인 메소드

public abstract GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
outputColors Drawing
startIndex int
x int
y int
len int
리턴 void

ImgSpanGen() 공개 메소드

public ImgSpanGen ( ISpanInterpolator interpolator ) : System
interpolator ISpanInterpolator
리턴 System

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

SetFilterOffset() 공개 메소드

public SetFilterOffset ( double d ) : void
d double
리턴 void

SetFilterOffset() 공개 메소드

public SetFilterOffset ( double dx, double dy ) : void
dx double
dy double
리턴 void