PdfSharp-GDI
1.31.7289
|
This is the complete list of members for PdfSharp.Drawing.XGraphicsPath, including all inherited members.
AddArc(Rectangle rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddArc(RectangleF rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddArc(XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddArc(int x, int y, int width, int height, int startAngle, int sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddArc(double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) | PdfSharp.Drawing.XGraphicsPath | |
AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4) | PdfSharp.Drawing.XGraphicsPath | |
AddBezier(XPoint pt1, XPoint pt2, XPoint pt3, XPoint pt4) | PdfSharp.Drawing.XGraphicsPath | |
AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) | PdfSharp.Drawing.XGraphicsPath | |
AddBezier(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) | PdfSharp.Drawing.XGraphicsPath | |
AddBeziers(System.Drawing.Point[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddBeziers(PointF[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddBeziers(XPoint[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(System.Drawing.Point[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(PointF[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(XPoint[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(System.Drawing.Point[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(PointF[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddClosedCurve(XPoint[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(System.Drawing.Point[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(PointF[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(XPoint[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(System.Drawing.Point[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(PointF[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(XPoint[] points, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(PointF[] points, int offset, int numberOfSegments, float tension) | PdfSharp.Drawing.XGraphicsPath | |
AddCurve(XPoint[] points, int offset, int numberOfSegments, double tension) | PdfSharp.Drawing.XGraphicsPath | |
AddEllipse(Rectangle rect) | PdfSharp.Drawing.XGraphicsPath | |
AddEllipse(RectangleF rect) | PdfSharp.Drawing.XGraphicsPath | |
AddEllipse(XRect rect) | PdfSharp.Drawing.XGraphicsPath | |
AddEllipse(int x, int y, int width, int height) | PdfSharp.Drawing.XGraphicsPath | |
AddEllipse(double x, double y, double width, double height) | PdfSharp.Drawing.XGraphicsPath | |
AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2) | PdfSharp.Drawing.XGraphicsPath | |
AddLine(PointF pt1, PointF pt2) | PdfSharp.Drawing.XGraphicsPath | |
AddLine(XPoint pt1, XPoint pt2) | PdfSharp.Drawing.XGraphicsPath | |
AddLine(int x1, int y1, int x2, int y2) | PdfSharp.Drawing.XGraphicsPath | |
AddLine(double x1, double y1, double x2, double y2) | PdfSharp.Drawing.XGraphicsPath | |
AddLines(System.Drawing.Point[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddLines(PointF[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddLines(XPoint[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddPath(XGraphicsPath path, bool connect) | PdfSharp.Drawing.XGraphicsPath | |
AddPie(Rectangle rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddPie(RectangleF rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddPie(XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddPie(int x, int y, int width, int height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddPie(double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphicsPath | |
AddPolygon(System.Drawing.Point[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddPolygon(PointF[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddPolygon(XPoint[] points) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangle(Rectangle rect) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangle(RectangleF rect) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangle(XRect rect) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangle(int x, int y, int width, int height) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangle(double x, double y, double width, double height) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangles(Rectangle[] rects) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangles(RectangleF[] rects) | PdfSharp.Drawing.XGraphicsPath | |
AddRectangles(XRect[] rects) | PdfSharp.Drawing.XGraphicsPath | |
AddRoundedRectangle(Rectangle rect, System.Drawing.Size ellipseSize) | PdfSharp.Drawing.XGraphicsPath | |
AddRoundedRectangle(RectangleF rect, SizeF ellipseSize) | PdfSharp.Drawing.XGraphicsPath | |
AddRoundedRectangle(XRect rect, SizeF ellipseSize) | PdfSharp.Drawing.XGraphicsPath | |
AddRoundedRectangle(int x, int y, int width, int height, int ellipseWidth, int ellipseHeight) | PdfSharp.Drawing.XGraphicsPath | |
AddRoundedRectangle(double x, double y, double width, double height, double ellipseWidth, double ellipseHeight) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, System.Drawing.Point origin, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, PointF origin, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, XPoint origin, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, Rectangle layoutRect, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, RectangleF layoutRect, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
AddString(string s, XFontFamily family, XFontStyle style, double emSize, XRect layoutRect, XStringFormat format) | PdfSharp.Drawing.XGraphicsPath | |
Clone() | PdfSharp.Drawing.XGraphicsPath | |
CloseFigure() | PdfSharp.Drawing.XGraphicsPath | |
FillMode | PdfSharp.Drawing.XGraphicsPath | |
Flatten() | PdfSharp.Drawing.XGraphicsPath | |
Flatten(XMatrix matrix) | PdfSharp.Drawing.XGraphicsPath | |
Flatten(XMatrix matrix, double flatness) | PdfSharp.Drawing.XGraphicsPath | |
Internals | PdfSharp.Drawing.XGraphicsPath | |
StartFigure() | PdfSharp.Drawing.XGraphicsPath | |
Widen(XPen pen) | PdfSharp.Drawing.XGraphicsPath | |
Widen(XPen pen, XMatrix matrix) | PdfSharp.Drawing.XGraphicsPath | |
Widen(XPen pen, XMatrix matrix, double flatness) | PdfSharp.Drawing.XGraphicsPath | |
XGraphicsPath() | PdfSharp.Drawing.XGraphicsPath | |
XGraphicsPath(PointF[] points, byte[] types, XFillMode fillMode) | PdfSharp.Drawing.XGraphicsPath |