PathF Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a geometric path consisting of lines, curves, and shapes using single-precision floating-point coordinates.
public ref class PathF : IDisposable
public class PathF : IDisposable
type PathF = class
interface IDisposable
Public Class PathF
Implements IDisposable
- Inheritance
-
PathF
- Implements
Constructors
PathF() | |
PathF(PathF) | |
PathF(PointF) | |
PathF(Single, Single) |
Properties
Bounds | |
Closed | |
Count | |
FirstPoint | |
Item[Int32] | |
LastPoint | |
LastPointIndex | |
OperationCount | |
PlatformPath | |
Points | |
SegmentCountExcludingOpenAndClose | |
SegmentTypes | |
SubPathCount |
Methods
Extension Methods
DrawArc(PathF, Single, Single, Single, Single, Single, Single, Single) | |
SVGArcTo(PathF, Single, Single, Single, Boolean, Boolean, Single, Single, Single, Single) |
Adds an SVG arc segment to the path. |
AsScaledPath(PathF, Single, Single) |
Creates a new path by scaling the target path with separate x and y scale factors. |
AsScaledPath(PathF, Single) |
Creates a new path by scaling the target path uniformly. |
ToDefinitionString(PathF, Single) |
Converts a path to an SVG-style path definition string. |
AsRotatedAndroidPath(PathF, PointF, Single, Single, Single) |
Converts a PathF to a SkiaSharp SKPath with a specified pixels-per-unit value, zoom level, and rotation angle. |
AsSkiaPath(PathF, Single, Single, Single, Single, Single) |
Converts a PathF to a SkiaSharp SKPath with specified transformation parameters. |
AsSkiaPath(PathF, Single, Single) |
Converts a PathF to a SkiaSharp SKPath with a specified pixels-per-unit value and zoom level. |
AsSkiaPath(PathF, Single) |
Converts a PathF to a SkiaSharp SKPath with a specified pixels-per-unit value. |
AsSkiaPath(PathF) |
Converts a PathF to a SkiaSharp SKPath. |
AsSkiaPathFromSegment(PathF, Int32, Single, Single) |
Converts a segment of a PathF to a SkiaSharp SKPath with a specified pixels-per-unit value and zoom level. |