Name | Description | |
---|---|---|
![]() | GdiGraphicsPath | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | GdiGraphicsPath | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | FillMode | Gets or sets a GraphicsPathFillMode enumeration that determines how the interiors of shapes in this grpahics path are filled. |
![]() | PathData | Gets a GraphicsPathData that encapsulates arrays of points and types for this graphics path. |
![]() | PointCount | Gets the number of points of this graphics path. |
![]() | Source | Gets the source object of this graphics path. |
Name | Description | |
---|---|---|
![]() | AddArc | Appends an elliptical arc to the current figure. (Inherited from GraphicsPathBase) |
![]() | AddBezierCurve | Adds a cubic Bezier curve to the current figure. |
![]() | AddBezierCurves | Adds a sequence of connected cubic Bezier curves to the current figure. |
![]() | AddClosedCurve | Overloaded. Adds a closed curve to this path. (Inherited from GraphicsPathBase) |
![]() | AddCurve | Overloaded. Adds a spline curve to the current figure. (Inherited from GraphicsPathBase) |
![]() | AddEllipse | Adds an ellipse to this path. |
![]() | AddLine | Appends a line segment to this graphics path. |
![]() | AddLines | Appends a series of connected line segments to the end of this graphics path. |
![]() | AddPath | Adds a graphics path to this path. |
![]() | AddPathData | Adds a graphics path data to this path. |
![]() | AddPie | Adds the outline of a pie shape to this path. (Inherited from GraphicsPathBase) |
![]() | AddPolygon | Adds a polygon to this path. |
![]() | AddRectangle | Adds a rectangle to this path. (Inherited from GraphicsPathBase) |
![]() | AddString | Adds a text string to this path. (Inherited from GraphicsPathBase) |
![]() | AddText | Overloaded. Adds a text string to this path. (Inherited from GraphicsPathBase) |
![]() | Clone | Creates a new GdiGraphicsPath that is a copy of the current instance. |
![]() | CloseAllFigures | Closes all open figures in this path and starts a new figure. |
![]() | CloseFigure | Closes the current figure and starts a new figure. |
![]() | Contains | Returns a value indicating whether the specified point is contained within this path. |
![]() ![]() | CreateGraphicsPathData | Creates the graphics path data form specified path. |
![]() | Dispose | Releases all resources used by this GdiGraphicsPath object. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. (Inherited from GraphicsPathBase) |
![]() | Flatten | Overloaded. Converts each curve in this path into a sequence of connected line segments. (Inherited from GraphicsPathBase) |
![]() | GetBounds | Overloaded. Returns a rectangle that bounds this graphics path. (Inherited from GraphicsPathBase) |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | OutlineContains | Returns a value indicating whether the specified point is contained within (under) the outline of this path when drawn with the specified pen. |
![]() | Reset | Empties the path points and point types arrays and sets the FillMode to GraphicsPathFillMode.Alternate. |
![]() | StartFigure | Starts a new figure without closing the current figure. |
![]() | Transform | Applies a transform matrix to this graphics path. |
![]() | Widen | Overloaded. Replaces this graphics path with curves that enclose the area that is filled when this path is drawn by the specified pen. |
Name | Description | |
---|---|---|
![]() | SetPathData | Sets the path data. |