C# 클래스 PixelFarm.Agg.Graphics2D

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

보호된 프로퍼티들

프로퍼티 타입 설명
destActualImage ActualImage
sclineRas ScanlineRasterizer

공개 메소드들

메소드 설명
Clear ( Drawing color ) : void
CreateFromImage ( ActualImage actualImage ) : ImageGraphics2D
GetClippingRect ( ) : RectInt
Render ( VertexStore vxs, Drawing c ) : void

we do NOT store vxs

Render ( VertexStoreSnap vertexSource, Drawing c ) : void

we do NOT store vxs

SetClippingRect ( RectInt rect ) : void
dbugLine ( double x1, double y1, double x2, double y2, Drawing color ) : void

메소드 상세

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

public abstract Clear ( Drawing color ) : void
color Drawing
리턴 void

CreateFromImage() 공개 정적인 메소드

public static CreateFromImage ( ActualImage actualImage ) : ImageGraphics2D
actualImage ActualImage
리턴 ImageGraphics2D

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

public abstract GetClippingRect ( ) : RectInt
리턴 RectInt

Render() 공개 메소드

we do NOT store vxs
public Render ( VertexStore vxs, Drawing c ) : void
vxs VertexStore
c Drawing
리턴 void

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

we do NOT store vxs
public abstract Render ( VertexStoreSnap vertexSource, Drawing c ) : void
vertexSource VertexStoreSnap
c Drawing
리턴 void

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

public abstract SetClippingRect ( RectInt rect ) : void
rect RectInt
리턴 void

dbugLine() 공개 메소드

public dbugLine ( double x1, double y1, double x2, double y2, Drawing color ) : void
x1 double
y1 double
x2 double
y2 double
color Drawing
리턴 void

프로퍼티 상세

destActualImage 보호되어 있는 프로퍼티

protected ActualImage,PixelFarm.Agg destActualImage
리턴 ActualImage

sclineRas 보호되어 있는 프로퍼티

protected ScanlineRasterizer,PixelFarm.Agg sclineRas
리턴 ScanlineRasterizer