Search
IGraphicsPath Members
Properties Methods
 


Represents a series of connected lines and curves.

The following tables list the members exposed by the IGraphicsPath type.

 Public Properties

  Name Description

FillMode

Gets or sets the path fill mode.

PathPoints

Gets the points in the path.

PointCount

Gets the number of points in the path.

 Public Methods

  Name Description

AddArc

Overloaded.  

AddBezier

Overloaded.  

AddBeziers

Adds a sequence of connected cubic Bézier curves to the current figure.

AddEllipse

Overloaded.  

AddLine

Overloaded.  

AddLines

Appends a series of connected line segments to the end of this IGraphicsPath.

AddPath

Appends specified path to this path.

AddPolygon

Adds a polygon to the current figure.

AddRectangle

Overloaded.  

AddRoundRect

Adds a rounded rectangle to this path.

AddString

Adds a string to this path.

Clone

Clones this GraphicsPath.

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.

Dispose

Disposes the path.

Flatten

Overloaded.  

GetBounds

Returns a rectangle that bounds this IGraphicsPath.

GetLastPoint

Gets the current last point in the path, if any, otherwise, null.

IntersectsWith

Checks whether this IGraphicsPath intersects with the specified IGraphicsPath.

IsVisible

Indicates whether the specified point is contained within this IGraphicsPath.

StartFigure

Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure.

Transform

Applies a transform matrix to this IGraphicsPath.

Widen

Widens the path.

 See Also