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)
xamarinmac
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsPath : MarshalByRefObject, ICloneable, IDisposable
{
public void AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);
}
}
NetFx Compat Lab | 9.1 %
Reference this API |
---|---|
nuget.org | 0.2 %
Reference this API |
Upgrade Planner | 0.2 %
Reference this API |
.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 xamarinmac | |
Assembly | System.Drawing.Common , Version=4.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API