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)
netcoreapp2.0
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsPath : MarshalByRefObject, ICloneable, IDisposable
{
public FillMode FillMode { get; set; }
}
}
NetFx Compat Lab | 14.1 %
Reference this API 8.1 %
Get property 12.6 %
Set property |
---|---|
nuget.org | 0.2 %
Reference this API 0.1 %
Get property 0.2 %
Set property |
Upgrade Planner | 0.5 %
Reference this API 0.2 %
Get property 0.4 %
Set property |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp2.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) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API