|
PdfSharp-WPF
1.31.7289
|
This is the complete list of members for PdfSharp.Drawing.XGraphics, including all inherited members.
| BeginContainer() | PdfSharp.Drawing.XGraphics | |
| BeginContainer(Rect dstrect, Rect srcrect, XGraphicsUnit unit) | PdfSharp.Drawing.XGraphics | |
| BeginContainer(XRect dstrect, XRect srcrect, XGraphicsUnit unit) | PdfSharp.Drawing.XGraphics | |
| Clear(XColor color) | PdfSharp.Drawing.XGraphics | |
| CreateMeasureContext(XSize size, XGraphicsUnit pageUnit, XPageDirection pageDirection) | PdfSharp.Drawing.XGraphics | static |
| Dispose() | PdfSharp.Drawing.XGraphics | |
| DrawArc(XPen pen, XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawArc(XPen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawArc(XPen pen, double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawBarCode(BarCodes.BarCode barcode, XPoint position) | PdfSharp.Drawing.XGraphics | |
| DrawBarCode(BarCodes.BarCode barcode, XBrush brush, XPoint position) | PdfSharp.Drawing.XGraphics | |
| DrawBarCode(BarCodes.BarCode barcode, XBrush brush, XFont font, XPoint position) | PdfSharp.Drawing.XGraphics | |
| DrawBezier(XPen pen, System.Windows.Point pt1, System.Windows.Point pt2, System.Windows.Point pt3, System.Windows.Point pt4) | PdfSharp.Drawing.XGraphics | |
| DrawBezier(XPen pen, XPoint pt1, XPoint pt2, XPoint pt3, XPoint pt4) | PdfSharp.Drawing.XGraphics | |
| DrawBezier(XPen pen, double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) | PdfSharp.Drawing.XGraphics | |
| DrawBeziers(XPen pen, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawBeziers(XPen pen, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, System.Windows.Point[] points, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XPoint[] points, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, System.Windows.Point[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, XPoint[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, System.Windows.Point[] points, XFillMode fillmode, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XBrush brush, XPoint[] points, XFillMode fillmode, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, System.Windows.Point[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, System.Windows.Point[] points, XFillMode fillmode, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawCurve(XPen pen, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawCurve(XPen pen, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawCurve(XPen pen, System.Windows.Point[] points, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawCurve(XPen pen, XPoint[] points, double tension) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XBrush brush, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XBrush brush, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XBrush brush, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, XBrush brush, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, XBrush brush, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawEllipse(XPen pen, XBrush brush, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, System.Windows.Point point) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, XPoint point) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, int x, int y) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, double x, double y) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawImage(XImage image, XRect destRect, XRect srcRect, XGraphicsUnit srcUnit) | PdfSharp.Drawing.XGraphics | |
| DrawLine(XPen pen, System.Windows.Point pt1, System.Windows.Point pt2) | PdfSharp.Drawing.XGraphics | |
| DrawLine(XPen pen, XPoint pt1, XPoint pt2) | PdfSharp.Drawing.XGraphics | |
| DrawLine(XPen pen, int x1, int y1, int x2, int y2) | PdfSharp.Drawing.XGraphics | |
| DrawLine(XPen pen, double x1, double y1, double x2, double y2) | PdfSharp.Drawing.XGraphics | |
| DrawLines(XPen pen, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawLines(XPen pen, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawLines(XPen pen, double x, double y, params double[] value) | PdfSharp.Drawing.XGraphics | |
| DrawMatrixCode(BarCodes.MatrixCode matrixcode, XPoint position) | PdfSharp.Drawing.XGraphics | |
| DrawMatrixCode(BarCodes.MatrixCode matrixcode, XBrush brush, XPoint position) | PdfSharp.Drawing.XGraphics | |
| DrawPath(XPen pen, XGraphicsPath path) | PdfSharp.Drawing.XGraphics | |
| DrawPath(XBrush brush, XGraphicsPath path) | PdfSharp.Drawing.XGraphics | |
| DrawPath(XPen pen, XBrush brush, XGraphicsPath path) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XBrush brush, XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XBrush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XBrush brush, double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, XBrush brush, XRect rect, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, XBrush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPie(XPen pen, XBrush brush, double x, double y, double width, double height, double startAngle, double sweepAngle) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XPen pen, System.Windows.Point[] points) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XPen pen, XPoint[] points) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XBrush brush, System.Windows.Point[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XBrush brush, XPoint[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XPen pen, XBrush brush, System.Windows.Point[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawPolygon(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XBrush brush, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XBrush brush, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XBrush brush, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, XBrush brush, XRect rect) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, XBrush brush, int x, int y, int width, int height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangle(XPen pen, XBrush brush, double x, double y, double width, double height) | PdfSharp.Drawing.XGraphics | |
| DrawRectangles(XPen pen, XRect[] rectangles) | PdfSharp.Drawing.XGraphics | |
| DrawRectangles(XBrush brush, XRect[] rectangles) | PdfSharp.Drawing.XGraphics | |
| DrawRectangles(XPen pen, XBrush brush, XRect[] rectangles) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, Rect rect, System.Windows.Size ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, XRect rect, XSize ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XBrush brush, Rect rect, System.Windows.Size ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XBrush brush, XRect rect, XSize ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XBrush brush, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XBrush brush, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, XBrush brush, Rect rect, System.Windows.Size ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, XBrush brush, XRect rect, XSize ellipseSize) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, XBrush brush, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawRoundedRectangle(XPen pen, XBrush brush, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight) | PdfSharp.Drawing.XGraphics | |
| DrawString(string s, XFont font, XBrush brush, XPoint point) | PdfSharp.Drawing.XGraphics | |
| DrawString(string s, XFont font, XBrush brush, XPoint point, XStringFormat format) | PdfSharp.Drawing.XGraphics | |
| DrawString(string s, XFont font, XBrush brush, double x, double y) | PdfSharp.Drawing.XGraphics | |
| DrawString(string s, XFont font, XBrush brush, double x, double y, XStringFormat format) | PdfSharp.Drawing.XGraphics | |
| DrawString(string s, XFont font, XBrush brush, XRect layoutRectangle) | PdfSharp.Drawing.XGraphics | |
| DrawString(string text, XFont font, XBrush brush, XRect layoutRectangle, XStringFormat format) | PdfSharp.Drawing.XGraphics | |
| EndContainer(XGraphicsContainer container) | PdfSharp.Drawing.XGraphics | |
| FromDrawingContext(DrawingContext drawingContext, XSize size, XGraphicsUnit unit) | PdfSharp.Drawing.XGraphics | static |
| FromForm(XForm form) | PdfSharp.Drawing.XGraphics | static |
| FromPdfForm(XPdfForm form) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XGraphicsUnit unit) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XPageDirection pageDirection) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XPageDirection pageDirection) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XGraphicsUnit unit) | PdfSharp.Drawing.XGraphics | static |
| FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XGraphicsUnit unit, XPageDirection pageDirection) | PdfSharp.Drawing.XGraphics | static |
| GraphicsStateLevel | PdfSharp.Drawing.XGraphics | |
| Internals | PdfSharp.Drawing.XGraphics | |
| IntersectClip(XRect rect) | PdfSharp.Drawing.XGraphics | |
| IntersectClip(XGraphicsPath path) | PdfSharp.Drawing.XGraphics | |
| MeasureString(string text, XFont font, XStringFormat stringFormat) | PdfSharp.Drawing.XGraphics | |
| MeasureString(string text, XFont font) | PdfSharp.Drawing.XGraphics | |
| MFEH | PdfSharp.Drawing.XGraphics | |
| MUH | PdfSharp.Drawing.XGraphics | |
| MultiplyTransform(XMatrix matrix) | PdfSharp.Drawing.XGraphics | |
| MultiplyTransform(XMatrix matrix, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| PageDirection | PdfSharp.Drawing.XGraphics | |
| PageOrigin | PdfSharp.Drawing.XGraphics | |
| PageSize | PdfSharp.Drawing.XGraphics | |
| PageUnit | PdfSharp.Drawing.XGraphics | |
| PdfPage | PdfSharp.Drawing.XGraphics | |
| ResetClip() | PdfSharp.Drawing.XGraphics | |
| ResetTransform() | PdfSharp.Drawing.XGraphics | |
| Restore(XGraphicsState state) | PdfSharp.Drawing.XGraphics | |
| Restore() | PdfSharp.Drawing.XGraphics | |
| RotateAtTransform(double angle, XPoint point) | PdfSharp.Drawing.XGraphics | |
| RotateAtTransform(double angle, XPoint point, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| RotateTransform(double angle) | PdfSharp.Drawing.XGraphics | |
| RotateTransform(double angle, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| Save() | PdfSharp.Drawing.XGraphics | |
| ScaleTransform(double scaleX, double scaleY) | PdfSharp.Drawing.XGraphics | |
| ScaleTransform(double scaleX, double scaleY, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| ScaleTransform(double scaleXY) | PdfSharp.Drawing.XGraphics | |
| ScaleTransform(double scaleXY, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| SetClip(XRect rect) | PdfSharp.Drawing.XGraphics | |
| SetClip(XGraphicsPath path) | PdfSharp.Drawing.XGraphics | |
| SetClip(XRect rect, XCombineMode combineMode) | PdfSharp.Drawing.XGraphics | |
| SetClip(XGraphicsPath path, XCombineMode combineMode) | PdfSharp.Drawing.XGraphics | |
| ShearTransform(double shearX, double shearY) | PdfSharp.Drawing.XGraphics | |
| ShearTransform(double shearX, double shearY, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| SmoothingMode | PdfSharp.Drawing.XGraphics | |
| Transform | PdfSharp.Drawing.XGraphics | |
| Transformer | PdfSharp.Drawing.XGraphics | |
| TranslateTransform(double dx, double dy) | PdfSharp.Drawing.XGraphics | |
| TranslateTransform(double dx, double dy, XMatrixOrder order) | PdfSharp.Drawing.XGraphics | |
| WriteComment(string comment) | PdfSharp.Drawing.XGraphics |