VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathBase Class
In This Topic
GraphicsPathBase Class Methods
In This Topic
For a list of all methods of this type, see GraphicsPathBase.
Public Methods
 NameDescription
Public MethodAppends an elliptical arc to the current figure.
Public MethodAdds a cubic Bezier curve to the current figure.
Public MethodAdds a sequence of connected cubic Bezier curves to the current figure.
Public MethodOverloaded. Adds a closed curve to this path.
Public MethodOverloaded. Adds a spline curve to the current figure.
Public MethodAdds an ellipse to this path.
Public MethodAppends a line segment to this graphics path.
Public MethodAppends the series of connected line segments to the end of this graphics path.
Public MethodAdds a graphics path to this path.
Public MethodAdds a graphics path data to this path.
Public MethodAdds the outline of a pie shape to this path.
Public MethodAdds a polygon to this path.
Public MethodAdds a rectangle to this path.
Public MethodAdds a text string to this path.
Public MethodOverloaded. Adds a text string to this path.
Public MethodCreates a new object that is a copy of the current instance.
Public MethodCloses all open figures in this path and starts a new figure.
Public MethodCloses the current figure and starts a new figure.
Public MethodReturns a value indicating whether the specified point is contained within this path.
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public MethodReturns a value indicating whether the specified System.Object, is equal to this instance.
Public MethodOverloaded. Converts each curve in this path into a sequence of connected line segments.
Public MethodOverloaded. Returns a rectangle that bounds this graphics path.
Public MethodReturns a hash code for this instance.
Public MethodReturns a value indicating whether the specified point is contained within (under) the outline of this path when drawn with the specified pen.
Public MethodEmpties the path points and point types arrays and sets the FillMode to GraphicsPathFillMode.Alternate.
Public MethodStarts a new figure without closing the current figure.
Public MethodApplies a transform matrix to this graphics path.
Public MethodOverloaded. Replaces this graphics path with curves that enclose the area that is filled when this path is drawn by the specified pen.
Protected Methods
 NameDescription
Protected MethodSets the GraphicsPathData to this path.
See Also