Close() | VectSharp.IGraphicsContext | |
CubicBezierTo(double p1X, double p1Y, double p2X, double p2Y, double p3X, double p3Y) | VectSharp.IGraphicsContext | |
DrawFilteredGraphics(Graphics graphics, IFilter filter) | VectSharp.IGraphicsContext | |
DrawRasterImage(int sourceX, int sourceY, int sourceWidth, int sourceHeight, double destinationX, double destinationY, double destinationWidth, double destinationHeight, RasterImage image) | VectSharp.IGraphicsContext | |
Fill(FillRule fillRule) | VectSharp.IGraphicsContext | |
FillStyle | VectSharp.IGraphicsContext | |
FillText(string text, double x, double y) | VectSharp.IGraphicsContext | |
Font | VectSharp.IGraphicsContext | |
Height | VectSharp.IGraphicsContext | |
LineCap | VectSharp.IGraphicsContext | |
LineJoin | VectSharp.IGraphicsContext | |
LineTo(double x, double y) | VectSharp.IGraphicsContext | |
LineWidth | VectSharp.IGraphicsContext | |
MoveTo(double x, double y) | VectSharp.IGraphicsContext | |
Rectangle(double x0, double y0, double width, double height) | VectSharp.IGraphicsContext | |
Restore() | VectSharp.IGraphicsContext | |
Rotate(double angle) | VectSharp.IGraphicsContext | |
Save() | VectSharp.IGraphicsContext | |
Scale(double scaleX, double scaleY) | VectSharp.IGraphicsContext | |
SetClippingPath() | VectSharp.IGraphicsContext | |
SetFillStyle((int r, int g, int b, double a) style) | VectSharp.IGraphicsContext | |
SetFillStyle(Brush style) | VectSharp.IGraphicsContext | |
SetLineDash(LineDash dash) | VectSharp.IGraphicsContext | |
SetStrokeStyle((int r, int g, int b, double a) style) | VectSharp.IGraphicsContext | |
SetStrokeStyle(Brush style) | VectSharp.IGraphicsContext | |
Stroke() | VectSharp.IGraphicsContext | |
StrokeStyle | VectSharp.IGraphicsContext | |
StrokeText(string text, double x, double y) | VectSharp.IGraphicsContext | |
Tag | VectSharp.IGraphicsContext | |
TextBaseline | VectSharp.IGraphicsContext | |
Transform(double a, double b, double c, double d, double e, double f) | VectSharp.IGraphicsContext | |
Translate(double x, double y) | VectSharp.IGraphicsContext | |
Width | VectSharp.IGraphicsContext | |