C# Class PixelFarm.Agg.CanvasPainter

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( Color color ) : void
CreateRenderVx ( VertexStoreSnap snap ) : RenderVx
DoFilterBlurRecursive ( RectInt area, int r ) : void
DoFilterBlurStack ( RectInt area, int r ) : void
Draw ( VertexStore vxs ) : void
Draw ( VertexStoreSnap vxs ) : void
DrawBezierCurve ( float startX, float startY, float endX, float endY, float controlX1, float controlY1, float controlX2, float controlY2 ) : void
DrawEllipse ( double left, double bottom, double right, double top ) : void
DrawImage ( ActualImage actualImage ) : void
DrawImage ( ActualImage actualImage, double x, double y ) : void
DrawRenderVx ( RenderVx renderVx ) : void
DrawRoundRect ( double left, double bottom, double right, double top, double radius ) : void
DrawString ( string text, double x, double y ) : void
Fill ( VertexStore vxs ) : void
Fill ( VertexStoreSnap snap ) : void
FillCircle ( double x, double y, double radius ) : void
FillCircle ( double x, double y, double radius, Color color ) : void
FillEllipse ( double left, double bottom, double right, double top ) : void
FillRectLBWH ( double left, double bottom, double width, double height ) : void
FillRectangle ( double left, double bottom, double right, double top ) : void
FillRectangle ( double left, double bottom, double right, double top, Color fillColor ) : void
FillRenderVx ( Brush brush, RenderVx renderVx ) : void
FillRenderVx ( RenderVx renderVx ) : void
FillRoundRectangle ( double left, double bottom, double right, double top, double radius ) : void
Line ( double x1, double y1, double x2, double y2 ) : void
Line ( double x1, double y1, double x2, double y2, Color color ) : void
PaintSeries ( VertexStore vxs, Color colors, int pathIndexs, int numPath ) : void
Rectangle ( double left, double bottom, double right, double top ) : void
Rectangle ( double left, double bottom, double right, double top, Color color ) : void
SetClipBox ( int x1, int y1, int x2, int y2 ) : void

Method Details

Clear() public abstract méthode

public abstract Clear ( Color color ) : void
color PixelFarm.Drawing.Color
Résultat void

CreateRenderVx() public abstract méthode

public abstract CreateRenderVx ( VertexStoreSnap snap ) : RenderVx
snap VertexStoreSnap
Résultat RenderVx

DoFilterBlurRecursive() public abstract méthode

public abstract DoFilterBlurRecursive ( RectInt area, int r ) : void
area RectInt
r int
Résultat void

DoFilterBlurStack() public abstract méthode

public abstract DoFilterBlurStack ( RectInt area, int r ) : void
area RectInt
r int
Résultat void

Draw() public abstract méthode

public abstract Draw ( VertexStore vxs ) : void
vxs VertexStore
Résultat void

Draw() public abstract méthode

public abstract Draw ( VertexStoreSnap vxs ) : void
vxs VertexStoreSnap
Résultat void

DrawBezierCurve() public abstract méthode

public abstract DrawBezierCurve ( float startX, float startY, float endX, float endY, float controlX1, float controlY1, float controlX2, float controlY2 ) : void
startX float
startY float
endX float
endY float
controlX1 float
controlY1 float
controlX2 float
controlY2 float
Résultat void

DrawEllipse() public abstract méthode

public abstract DrawEllipse ( double left, double bottom, double right, double top ) : void
left double
bottom double
right double
top double
Résultat void

DrawImage() public abstract méthode

public abstract DrawImage ( ActualImage actualImage ) : void
actualImage ActualImage
Résultat void

DrawImage() public abstract méthode

public abstract DrawImage ( ActualImage actualImage, double x, double y ) : void
actualImage ActualImage
x double
y double
Résultat void

DrawRenderVx() public abstract méthode

public abstract DrawRenderVx ( RenderVx renderVx ) : void
renderVx RenderVx
Résultat void

DrawRoundRect() public abstract méthode

public abstract DrawRoundRect ( double left, double bottom, double right, double top, double radius ) : void
left double
bottom double
right double
top double
radius double
Résultat void

DrawString() public abstract méthode

public abstract DrawString ( string text, double x, double y ) : void
text string
x double
y double
Résultat void

Fill() public abstract méthode

public abstract Fill ( VertexStore vxs ) : void
vxs VertexStore
Résultat void

Fill() public abstract méthode

public abstract Fill ( VertexStoreSnap snap ) : void
snap VertexStoreSnap
Résultat void

FillCircle() public abstract méthode

public abstract FillCircle ( double x, double y, double radius ) : void
x double
y double
radius double
Résultat void

FillCircle() public abstract méthode

public abstract FillCircle ( double x, double y, double radius, Color color ) : void
x double
y double
radius double
color PixelFarm.Drawing.Color
Résultat void

FillEllipse() public abstract méthode

public abstract FillEllipse ( double left, double bottom, double right, double top ) : void
left double
bottom double
right double
top double
Résultat void

FillRectLBWH() public abstract méthode

public abstract FillRectLBWH ( double left, double bottom, double width, double height ) : void
left double
bottom double
width double
height double
Résultat void

FillRectangle() public abstract méthode

public abstract FillRectangle ( double left, double bottom, double right, double top ) : void
left double
bottom double
right double
top double
Résultat void

FillRectangle() public abstract méthode

public abstract FillRectangle ( double left, double bottom, double right, double top, Color fillColor ) : void
left double
bottom double
right double
top double
fillColor PixelFarm.Drawing.Color
Résultat void

FillRenderVx() public abstract méthode

public abstract FillRenderVx ( Brush brush, RenderVx renderVx ) : void
brush PixelFarm.Drawing.Brush
renderVx RenderVx
Résultat void

FillRenderVx() public abstract méthode

public abstract FillRenderVx ( RenderVx renderVx ) : void
renderVx RenderVx
Résultat void

FillRoundRectangle() public abstract méthode

public abstract FillRoundRectangle ( double left, double bottom, double right, double top, double radius ) : void
left double
bottom double
right double
top double
radius double
Résultat void

Line() public abstract méthode

public abstract Line ( double x1, double y1, double x2, double y2 ) : void
x1 double
y1 double
x2 double
y2 double
Résultat void

Line() public abstract méthode

public abstract Line ( double x1, double y1, double x2, double y2, Color color ) : void
x1 double
y1 double
x2 double
y2 double
color PixelFarm.Drawing.Color
Résultat void

PaintSeries() public abstract méthode

public abstract PaintSeries ( VertexStore vxs, Color colors, int pathIndexs, int numPath ) : void
vxs VertexStore
colors PixelFarm.Drawing.Color
pathIndexs int
numPath int
Résultat void

Rectangle() public abstract méthode

public abstract Rectangle ( double left, double bottom, double right, double top ) : void
left double
bottom double
right double
top double
Résultat void

Rectangle() public abstract méthode

public abstract Rectangle ( double left, double bottom, double right, double top, Color color ) : void
left double
bottom double
right double
top double
color PixelFarm.Drawing.Color
Résultat void

SetClipBox() public abstract méthode

public abstract SetClipBox ( int x1, int y1, int x2, int y2 ) : void
x1 int
y1 int
x2 int
y2 int
Résultat void