|
| Name | Description |
|---|
.gif) | AddArc(Rectangle, Single, Single) | Appends an elliptical arc to the current figure. |
.gif) | AddArc(RectangleF, Single, Single) | Appends an elliptical arc to the current figure. |
.gif) | AddArc(Int32, Int32, Int32, Int32, Single, Single) | Appends an elliptical arc to the current figure. |
.gif) | AddArc(Single, Single, Single, Single, Single, Single) | Appends an elliptical arc to the current figure. |
.gif) | AddBezier(Point, Point, Point, Point) | Adds a cubic Bézier curve to the current figure. |
.gif) | AddBezier(PointF, PointF, PointF, PointF) | Adds a cubic Bézier curve to the current figure. |
.gif) | AddBezier(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Adds a cubic Bézier curve to the current figure. |
.gif) | AddBezier(Single, Single, Single, Single, Single, Single, Single, Single) | Adds a cubic Bézier curve to the current figure. |
.gif) | AddBeziers(array<Point>[]()[]) | Adds a sequence of connected cubic Bézier curves to the current figure. |
.gif) | AddBeziers(array<PointF>[]()[]) | Adds a sequence of connected cubic Bézier curves to the current figure. |
.gif) | AddClosedCurve(array<Point>[]()[]) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddClosedCurve(array<PointF>[]()[]) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddClosedCurve(array<Point>[]()[], Single) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddClosedCurve(array<PointF>[]()[], Single) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddCurve(array<Point>[]()[]) | Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddCurve(array<PointF>[]()[]) | Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array. |
.gif) | AddCurve(array<Point>[]()[], Single) | Adds a spline curve to the current figure. |
.gif) | AddCurve(array<PointF>[]()[], Single) | Adds a spline curve to the current figure. |
.gif) | AddCurve(array<Point>[]()[], Int32, Int32, Single) | Adds a spline curve to the current figure. |
.gif) | AddCurve(array<PointF>[]()[], Int32, Int32, Single) | Adds a spline curve to the current figure. |
.gif) | AddEllipse(Rectangle) | Adds an ellipse to the current path. |
.gif) | AddEllipse(RectangleF) | Adds an ellipse to the current path. |
.gif) | AddEllipse(Int32, Int32, Int32, Int32) | Adds an ellipse to the current path. |
.gif) | AddEllipse(Single, Single, Single, Single) | Adds an ellipse to the current path. |
.gif) | AddLine(Point, Point) | Appends a line segment to this GraphicsPath. |
.gif) | AddLine(PointF, PointF) | Appends a line segment to this GraphicsPath. |
.gif) | AddLine(Int32, Int32, Int32, Int32) | Appends a line segment to the current figure. |
.gif) | AddLine(Single, Single, Single, Single) | Appends a line segment to this GraphicsPath. |
.gif) | AddLines(array<Point>[]()[]) | Appends a series of connected line segments to the end of this GraphicsPath. |
.gif) | AddLines(array<PointF>[]()[]) | Appends a series of connected line segments to the end of this GraphicsPath. |
.gif) | AddPath | Appends the specified GraphicsPath to this path. |
.gif) | AddPie(Rectangle, Single, Single) | Adds the outline of a pie shape to this path. |
.gif) | AddPie(Int32, Int32, Int32, Int32, Single, Single) | Adds the outline of a pie shape to this path. |
.gif) | AddPie(Single, Single, Single, Single, Single, Single) | Adds the outline of a pie shape to this path. |
.gif) | AddPolygon(array<Point>[]()[]) | Adds a polygon to this path. |
.gif) | AddPolygon(array<PointF>[]()[]) | Adds a polygon to this path. |
.gif) | AddRectangle(Rectangle) | Adds a rectangle to this path. |
.gif) | AddRectangle(RectangleF) | Adds a rectangle to this path. |
.gif) | AddRectangles(array<Rectangle>[]()[]) | Adds a series of rectangles to this path. |
.gif) | AddRectangles(array<RectangleF>[]()[]) | Adds a series of rectangles to this path. |
.gif) | AddString(String, FontFamily, Int32, Single, Point, StringFormat) | Adds a text string to this path. |
.gif) | AddString(String, FontFamily, Int32, Single, PointF, StringFormat) | Adds a text string to this path. |
.gif) | AddString(String, FontFamily, Int32, Single, Rectangle, StringFormat) | Adds a text string to this path. |
.gif) | AddString(String, FontFamily, Int32, Single, RectangleF, StringFormat) | Adds a text string to this path. |
.gif) | ClearMarkers | Clears all markers from this path. |
.gif) | Clone | Creates an exact copy of this path. |
.gif) | CloseAllFigures | Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point. |
.gif) | CloseFigure | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. |
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) | Dispose | Releases all resources used by this GraphicsPath. |
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | Flatten()()() | Converts each curve in this path into a sequence of connected line segments. |
.gif) | Flatten(Matrix) | Applies the specified transform and then converts each curve in this GraphicsPath into a sequence of connected line segments. |
.gif) | Flatten(Matrix, Single) | Converts each curve in this GraphicsPath into a sequence of connected line segments. |
.gif) | GetBounds()()() | Returns a rectangle that bounds this GraphicsPath. |
.gif) | GetBounds(Matrix) | Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix. |
.gif) | GetBounds(Matrix, Pen) | Returns a rectangle that bounds this GraphicsPath when the current path is transformed by the specified Matrix and drawn with the specified Pen. |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetLastPoint | Gets the last point in the PathPoints array of this GraphicsPath. |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | IsOutlineVisible(Point, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
.gif) | IsOutlineVisible(PointF, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
.gif) | IsOutlineVisible(Int32, Int32, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
.gif) | IsOutlineVisible(Point, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics. |
.gif) | IsOutlineVisible(PointF, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics. |
.gif) | IsOutlineVisible(Single, Single, Pen) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
.gif) | IsOutlineVisible(Int32, Int32, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics. |
.gif) | IsOutlineVisible(Single, Single, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics. |
.gif) | IsVisible(Point) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(PointF) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(Int32, Int32) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(Point, Graphics) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(PointF, Graphics) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(Single, Single) | Indicates whether the specified point is contained within this GraphicsPath. |
.gif) | IsVisible(Int32, Int32, Graphics) | Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics. |
.gif) | IsVisible(Single, Single, Graphics) | Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics. |
.gif) | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
.gif) | Reset | Empties the PathPoints and PathTypes arrays and sets the FillMode to Alternate. |
.gif) | Reverse | Reverses the order of points in the PathPoints array of this GraphicsPath. |
.gif) | SetMarkers | Sets a marker on this GraphicsPath. |
.gif) | StartFigure | Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |
.gif) | Transform | Applies a transform matrix to this GraphicsPath. |
.gif) | Warp(array<PointF>[]()[], RectangleF) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
.gif) | Warp(array<PointF>[]()[], RectangleF, Matrix) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
.gif) | Warp(array<PointF>[]()[], RectangleF, Matrix, WarpMode) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
.gif) | Warp(array<PointF>[]()[], RectangleF, Matrix, WarpMode, Single) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
.gif) | Widen(Pen) | Adds an additional outline to the path. |
.gif) | Widen(Pen, Matrix) | Adds an additional outline to the GraphicsPath. |
.gif) | Widen(Pen, Matrix, Single) | Replaces this GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen. |