8 references to GraphicsPath
System.Drawing.Common (8)
System\Drawing\Drawing2D\GraphicsPath.cs (8)
15/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 18/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 26/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 29/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 35/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 57/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/> 58public GraphicsPath(Point[] pts, byte[] types) : this(pts, types, FillMode.Alternate) { } 71/// <inheritdoc cref="GraphicsPath(Point[], byte[], FillMode)"/>