VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpPath Class
In This Topic
    SkiaSharpPath Class Methods
    In This Topic
    For a list of all methods of this type, see SkiaSharpPath.
    Public Methods
     NameDescription
    Public MethodAppends an elliptical arc to the current figure. (Inherited from GraphicsPathBase)
    Public MethodAdds a cubic Bezier curve to the current figure. (Inherited from GraphicsPathBase)
    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. (Inherited from GraphicsPathBase)
    Public MethodAdds an ellipse to this path. (Inherited from GraphicsPathBase)
    Public MethodAppends a line segment to this graphics path. (Inherited from GraphicsPathBase)
    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. (Inherited from GraphicsPathBase)
    Public MethodAdds a polygon to this path. (Inherited from GraphicsPathBase)
    Public MethodAdds a rectangle to this path. (Inherited from GraphicsPathBase)
    Public MethodAdds a text string to this path. (Inherited from GraphicsPathBase)
    Public MethodOverloaded. Adds a text string to this path. (Inherited from GraphicsPathBase)
    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. (Inherited from GraphicsPathBase)
    Public MethodOverloaded. Converts each curve in this path into a sequence of connected line segments. (Inherited from GraphicsPathBase)
    Public MethodOverloaded. Returns a rectangle that bounds this graphics path. (Inherited from GraphicsPathBase)
    Public MethodReturns a hash code for this instance. (Inherited from GraphicsPathBase)
    Public MethodReturns a value indicating whether the specified point is contained within (under) the outline of this path when drawn with the specified pen. (Inherited from GraphicsPathBase)
    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. (Inherited from GraphicsPathBase)
    Protected Methods
     NameDescription
    Protected MethodSets the GraphicsPathData to this path.
    See Also