VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IGraphicsPath Interface
Properties Methods SeeAlso
In This Topic
    IGraphicsPath Interface Members
    In This Topic
    The following tables list the members exposed by IGraphicsPath.
    Public Properties
     NameDescription
    Public PropertyGets or sets a GraphicsPathFillMode enumeration that determines how the interiors of shapes in this graphics path are filled.
    Public PropertyGets a GraphicsPathData that encapsulates arrays of points and types for this graphics path.
    Public PropertyGets the number of point of this graphics path.
    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 to this path.
    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 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 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.
    See Also