VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.Graphics Member List

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

CopyToIGraphicsContext(IGraphicsContext destinationContext)VectSharp.Graphics
DrawGraphics(Point origin, Graphics graphics)VectSharp.Graphics
DrawGraphics(double originX, double originY, Graphics graphics)VectSharp.Graphics
DrawGraphics(Point origin, Graphics graphics, IFilter filter)VectSharp.Graphics
DrawGraphics(double originX, double originY, Graphics graphics, IFilter filter)VectSharp.Graphics
DrawRasterImage(int sourceX, int sourceY, int sourceWidth, int sourceHeight, double destinationX, double destinationY, double destinationWidth, double destinationHeight, RasterImage image, string tag=null)VectSharp.Graphics
DrawRasterImage(double x, double y, RasterImage image, string tag=null)VectSharp.Graphics
DrawRasterImage(Point position, RasterImage image, string tag=null)VectSharp.Graphics
DrawRasterImage(double x, double y, double width, double height, RasterImage image, string tag=null)VectSharp.Graphics
DrawRasterImage(Point position, Size size, RasterImage image, string tag=null)VectSharp.Graphics
FillPath(GraphicsPath path, Brush fillColour, string tag=null)VectSharp.Graphics
FillRectangle(Point topLeft, Size size, Brush fillColour, string tag=null)VectSharp.Graphics
FillRectangle(double leftX, double topY, double width, double height, Brush fillColour, string tag=null)VectSharp.Graphics
FillText(Point origin, string text, Font font, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillText(double originX, double originY, string text, Font font, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillText(Point origin, IEnumerable< FormattedText > text, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillText(double originX, double originY, IEnumerable< FormattedText > text, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillTextOnPath(GraphicsPath path, string text, Font font, Brush fillColour, double reference=0, TextAnchors anchor=TextAnchors.Left, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillTextUnderline(double originX, double originY, string text, Font font, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillTextUnderline(Point origin, string text, Font font, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillTextUnderline(double originX, double originY, IEnumerable< FormattedText > text, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
FillTextUnderline(Point origin, IEnumerable< FormattedText > text, Brush fillColour, TextBaselines textBaseline=TextBaselines.Top, string tag=null)VectSharp.Graphics
GetBounds()VectSharp.Graphics
Linearise(double resolution)VectSharp.Graphics
MeasureText(string text, Font font)VectSharp.Graphics
MeasureText(IEnumerable< FormattedText > text)VectSharp.Graphics
RasterisationMethodVectSharp.Graphicsstatic
Restore()VectSharp.Graphics
Rotate(double angle)VectSharp.Graphics
RotateAt(double angle, Point pivot)VectSharp.Graphics
Save()VectSharp.Graphics
Scale(double scaleX, double scaleY)VectSharp.Graphics
SetClippingPath(GraphicsPath path)VectSharp.Graphics
SetClippingPath(double leftX, double topY, double width, double height)VectSharp.Graphics
SetClippingPath(Point topLeft, Size size)VectSharp.Graphics
StrokePath(GraphicsPath path, Brush strokeColour, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeRectangle(Point topLeft, Size size, Brush strokeColour, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeRectangle(double leftX, double topY, double width, double height, Brush strokeColour, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeText(Point origin, string text, Font font, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeText(double originX, double originY, string text, Font font, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeText(Point origin, IEnumerable< FormattedText > text, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeText(double originX, double originY, IEnumerable< FormattedText > text, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeTextOnPath(GraphicsPath path, string text, Font font, Brush strokeColour, double reference=0, TextAnchors anchor=TextAnchors.Left, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeTextUnderline(double originX, double originY, string text, Font font, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeTextUnderline(Point origin, string text, Font font, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeTextUnderline(double originX, double originY, IEnumerable< FormattedText > text, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
StrokeTextUnderline(Point origin, IEnumerable< FormattedText > text, Brush strokeColour, TextBaselines textBaseline=TextBaselines.Top, double lineWidth=1, LineCaps lineCap=LineCaps.Butt, LineJoins lineJoin=LineJoins.Miter, LineDash? lineDash=null, string tag=null)VectSharp.Graphics
Transform(double a, double b, double c, double d, double e, double f)VectSharp.Graphics
Transform(Func< Point, Point > transformationFunction, double linearisationResolution)VectSharp.Graphics
Transform(Func< Point, Point > transformationFunction, double linearisationResolution, double maxSegmentLength)VectSharp.Graphics
Translate(double x, double y)VectSharp.Graphics
Translate(Point delta)VectSharp.Graphics
TryRasterise(Rectangle region, double scale, bool interpolate, out RasterImage output)VectSharp.Graphics
UnbalancedStackActionVectSharp.Graphicsstatic