VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.IGraphicsContext Member List

This is the complete list of members for VectSharp.IGraphicsContext, including all inherited members.

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
FillStyleVectSharp.IGraphicsContext
FillText(string text, double x, double y)VectSharp.IGraphicsContext
FontVectSharp.IGraphicsContext
HeightVectSharp.IGraphicsContext
LineCapVectSharp.IGraphicsContext
LineJoinVectSharp.IGraphicsContext
LineTo(double x, double y)VectSharp.IGraphicsContext
LineWidthVectSharp.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
StrokeStyleVectSharp.IGraphicsContext
StrokeText(string text, double x, double y)VectSharp.IGraphicsContext
TagVectSharp.IGraphicsContext
TextBaselineVectSharp.IGraphicsContext
Transform(double a, double b, double c, double d, double e, double f)VectSharp.IGraphicsContext
Translate(double x, double y)VectSharp.IGraphicsContext
WidthVectSharp.IGraphicsContext