GraphicsPath
GraphicsPath()
GraphicsPath(FillMode)
GraphicsPath(Point[], Byte[])
GraphicsPath(PointF[], Byte[])
GraphicsPath(Point[], Byte[], FillMode)
GraphicsPath(PointF[], Byte[], FillMode)
GraphicsPath(ReadOnlySpan<Point>, ReadOnlySpan<Byte>, FillMode)
GraphicsPath(ReadOnlySpan<PointF>, ReadOnlySpan<Byte>, FillMode)
~GraphicsPath()
FillMode
PathData
PathPoints
PathTypes
PointCount
AddArc(Rectangle, Single, Single)
AddArc(RectangleF, Single, Single)
AddArc(Int32, Int32, Int32, Int32, Single, Single)
AddArc(Single, Single, Single, Single, Single, Single)
AddBezier(Point, Point, Point, Point)
AddBezier(PointF, PointF, PointF, PointF)
AddBezier(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
AddBezier(Single, Single, Single, Single, Single, Single, Single, Single)
AddBeziers(Point[])
AddBeziers(PointF[])
AddBeziers(ReadOnlySpan<Point>)
AddBeziers(ReadOnlySpan<PointF>)
AddClosedCurve(Point[])
AddClosedCurve(PointF[])
AddClosedCurve(Point[], Single)
AddClosedCurve(PointF[], Single)
AddClosedCurve(ReadOnlySpan<Point>)
AddClosedCurve(ReadOnlySpan<PointF>)
AddClosedCurve(ReadOnlySpan<Point>, Single)
AddClosedCurve(ReadOnlySpan<PointF>, Single)
AddCurve(Point[])
AddCurve(PointF[])
AddCurve(Point[], Single)
AddCurve(PointF[], Single)
AddCurve(Point[], Int32, Int32, Single)
AddCurve(PointF[], Int32, Int32, Single)
AddCurve(ReadOnlySpan<Point>)
AddCurve(ReadOnlySpan<PointF>)
AddCurve(ReadOnlySpan<Point>, Single)
AddCurve(ReadOnlySpan<PointF>, Single)
AddEllipse(Rectangle)
AddEllipse(RectangleF)
AddEllipse(Int32, Int32, Int32, Int32)
AddEllipse(Single, Single, Single, Single)
AddLine(Point, Point)
AddLine(PointF, PointF)
AddLine(Int32, Int32, Int32, Int32)
AddLine(Single, Single, Single, Single)
AddLines(Point[])
AddLines(PointF[])
AddLines(ReadOnlySpan<Point>)
AddLines(ReadOnlySpan<PointF>)
AddPath(GraphicsPath, Boolean)
AddPie(Rectangle, Single, Single)
AddPie(Int32, Int32, Int32, Int32, Single, Single)
AddPie(Single, Single, Single, Single, Single, Single)
AddPolygon(Point[])
AddPolygon(PointF[])
AddPolygon(ReadOnlySpan<Point>)
AddPolygon(ReadOnlySpan<PointF>)
AddRectangle(Rectangle)
AddRectangle(RectangleF)
AddRectangles(Rectangle[])
AddRectangles(RectangleF[])
AddRectangles(ReadOnlySpan<Rectangle>)
AddRectangles(ReadOnlySpan<RectangleF>)
AddRoundedRectangle(Rectangle, Size)
AddRoundedRectangle(RectangleF, SizeF)
AddString(String, FontFamily, Int32, Single, Point, StringFormat)
AddString(String, FontFamily, Int32, Single, PointF, StringFormat)
AddString(String, FontFamily, Int32, Single, Rectangle, StringFormat)
AddString(String, FontFamily, Int32, Single, RectangleF, StringFormat)
ClearMarkers()
Clone()
CloseAllFigures()
CloseFigure()
Dispose()
Flatten()
Flatten(Matrix)
Flatten(Matrix, Single)
GetBounds()
GetBounds(Matrix)
GetBounds(Matrix, Pen)
GetLastPoint()
GetPathPoints(Span<PointF>)
GetPathTypes(Span<Byte>)
IsOutlineVisible(Point, Pen)
IsOutlineVisible(PointF, Pen)
IsOutlineVisible(Int32, Int32, Pen)
IsOutlineVisible(Point, Pen, Graphics)
IsOutlineVisible(PointF, Pen, Graphics)
IsOutlineVisible(Single, Single, Pen)
IsOutlineVisible(Int32, Int32, Pen, Graphics)
IsOutlineVisible(Single, Single, Pen, Graphics)
IsVisible(Point)
IsVisible(PointF)
IsVisible(Int32, Int32)
IsVisible(Point, Graphics)
IsVisible(PointF, Graphics)
IsVisible(Single, Single)
IsVisible(Int32, Int32, Graphics)
IsVisible(Single, Single, Graphics)
Reset()
Reverse()
SetMarkers()
StartFigure()
Transform(Matrix)
Warp(PointF[], RectangleF)
Warp(PointF[], RectangleF, Matrix)
Warp(PointF[], RectangleF, Matrix, WarpMode)
Warp(PointF[], RectangleF, Matrix, WarpMode, Single)
Warp(ReadOnlySpan<PointF>, RectangleF, Matrix, WarpMode, Single)
Widen(Pen)
Widen(Pen, Matrix)
Widen(Pen, Matrix, Single)
net10.0-windows7.0
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsPath : MarshalByRefObject, ICloneable, IDisposable
{
public void AddCurve(ReadOnlySpan<Point> points);
}
}
.NET | 9.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | System.Drawing.Common , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Drawing.Common (9.0.3) net9.0 |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API