EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
GraphicsPath Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddArc | Overloaded. Appends an elliptical arc to the current figure. |
| AddBezier | Overloaded. Adds a cubic Bézier curve to the current figure. |
| AddBeziers | Overloaded. Adds a sequence of connected cubic Bézier curves to the current figure. |
| AddClosedCurve | Overloaded. 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. |
| AddCurve | Overloaded. 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. |
| AddEllipse | Overloaded. Adds an ellipse to the current path. |
| AddLine | Overloaded. Appends a line segment to this GraphicsPath. |
| AddLines | Overloaded. Appends a series of connected line segments to the end of this GraphicsPath. |
| AddPath | Appends the specified GraphicsPath to this path. |
| AddPie | Overloaded. Adds the outline of a pie shape to this path. |
| AddPolygon | Overloaded. Adds a polygon to this path. |
| AddRectangle | Overloaded. Adds a rectangle to this path. |
| AddRectangles | Overloaded. Adds a series of rectangles to this path. |
| AddString | Overloaded. Adds a text string to this path. |
| ClearMarkers | Clears all markers from this path. |
| Clone | Creates an exact copy of this path. |
| 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. |
| 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. |
| 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) |
| Dispose | Releases all resources used by this GraphicsPath. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| Flatten | Overloaded. Converts each curve in this path into a sequence of connected line segments. |
| GetBounds | Overloaded. Returns a rectangle that bounds this GraphicsPath. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLastPoint | Gets the last point in the PathPoints array of this GraphicsPath. |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| IsOutlineVisible | Overloaded. Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. |
| IsVisible | Overloaded. Indicates whether the specified point is contained within this GraphicsPath. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Reset | Empties the PathPoints and PathTypes arrays and sets the FillMode to Alternate. |
| Reverse | Reverses the order of points in the PathPoints array of this GraphicsPath. |
| SetMarkers | Sets a marker on this GraphicsPath. |
| StartFigure | Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Transform | Applies a transform matrix to this GraphicsPath. |
| Warp | Overloaded. Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
| Widen | Overloaded. Replaces this path with curves that enclose the area that is filled when this path is drawn by the specified pen. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Reference
GraphicsPath ClassSystem.Drawing.Drawing2D Namespace