VectSharp 2.6.1
A light library for C# vector graphics
|
This is the complete list of members for VectSharp.Graphics, including all inherited members.
CopyToIGraphicsContext(IGraphicsContext destinationContext) | VectSharp.Graphics | |
Crop(Rectangle region) | VectSharp.Graphics | |
Crop(Point topLeft, Size size) | VectSharp.Graphics | |
DefaultFillRule | VectSharp.Graphics | |
DrawGraphics(Point origin, Graphics graphics) | VectSharp.Graphics | |
DrawGraphics(double originX, double originY, Graphics graphics, string tag) | VectSharp.Graphics | |
DrawGraphics(Point origin, Graphics graphics, string tag) | VectSharp.Graphics | |
DrawGraphics(double originX, double originY, Graphics graphics) | VectSharp.Graphics | |
DrawGraphics(Point origin, Graphics graphics, IFilter filter, string tag=null) | VectSharp.Graphics | |
DrawGraphics(double originX, double originY, Graphics graphics, IFilter filter, string tag=null) | 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 | |
FillPath(GraphicsPath path, Brush fillColour, FillRule fillRule, 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(Point origin, string text, Font font, Brush fillColour, TextSpacing spacing, 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(double originX, double originY, string text, Font font, Brush fillColour, TextSpacing spacing, 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 | |
GetTags() | VectSharp.Graphics | |
Linearise(double resolution) | VectSharp.Graphics | |
MeasureText(string text, Font font) | VectSharp.Graphics | |
MeasureText(IEnumerable< FormattedText > text) | VectSharp.Graphics | |
RasterisationMethod | VectSharp.Graphics | static |
Restore() | VectSharp.Graphics | |
Rotate(double angle, string tag=null) | VectSharp.Graphics | |
RotateAt(double angle, Point pivot, string tag=null) | VectSharp.Graphics | |
Save() | VectSharp.Graphics | |
Scale(double scaleX, double scaleY, string tag=null) | VectSharp.Graphics | |
SetClippingPath(GraphicsPath path, string tag=null) | VectSharp.Graphics | |
SetClippingPath(double leftX, double topY, double width, double height, string tag=null) | VectSharp.Graphics | |
SetClippingPath(Point topLeft, Size size, string tag=null) | 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(Point origin, string text, Font font, Brush strokeColour, TextSpacing spacing, 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(double originX, double originY, string text, Font font, Brush strokeColour, TextSpacing spacing, 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, string tag=null) | 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, string tag=null) | VectSharp.Graphics | |
Translate(Point delta, string tag=null) | VectSharp.Graphics | |
TryRasterise(Rectangle region, double scale, bool interpolate, out RasterImage output) | VectSharp.Graphics | |
UnbalancedStackAction | VectSharp.Graphics | static |
UseUniqueTags | VectSharp.Graphics |