PathF Class

Definition

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

AddArc(PointF, PointF, Single, Single, Boolean)
AddArc(Single, Single, Single, Single, Single, Single, Boolean)
AppendCircle(PointF, Single)
AppendCircle(Single, Single, Single)
AppendEllipse(RectF)
AppendEllipse(Single, Single, Single, Single)
AppendRectangle(RectF, Boolean)
AppendRectangle(Single, Single, Single, Single, Boolean)
AppendRoundedRectangle(RectF, Single, Boolean)
AppendRoundedRectangle(RectF, Single, Single)
AppendRoundedRectangle(RectF, Single, Single, Single, Single, Boolean)
AppendRoundedRectangle(Single, Single, Single, Single, Single, Boolean)
AppendRoundedRectangle(Single, Single, Single, Single, Single, Single, Single, Single, Boolean)
Close()
CurveTo(PointF, PointF, PointF)
CurveTo(Single, Single, Single, Single, Single, Single)
Dispose()
Equals(Object)
Equals(Object, Single)
GetArcAngle(Int32)
GetArcClockwise(Int32)
GetBoundsByFlattening(Single)
GetFlattenedPath(Single, Boolean)
GetHashCode()
GetPointsForSegment(Int32)
GetRotatedPoint(Int32, PointF, Single)
GetSegmentForPoint(Int32)
GetSegmentInfo(Int32, Int32, Int32, Int32)
GetSegmentPointIndex(Int32)
GetSegmentType(Int32)
InsertCurveTo(PointF, PointF, PointF, Int32)
InsertLineTo(PointF, Int32)
InsertQuadTo(PointF, PointF, Int32)
Invalidate()
IsSubPathClosed(Int32)
LineTo(PointF)
LineTo(Single, Single)
Move(Single, Single)
MovePoint(Int32, Single, Single)
MoveTo(PointF)
MoveTo(Single, Single)
Open()
QuadTo(PointF, PointF)
QuadTo(Single, Single, Single, Single)
RemoveAllSegmentsAfter(Int32)
RemoveSegment(Int32)
Reverse()
Rotate(Single, PointF)
Separate()
SetArcAngle(Int32, Single)
SetArcClockwise(Int32, Boolean)
SetPoint(Int32, PointF)
SetPoint(Int32, Single, Single)
Transform(Matrix3x2)

Extension Methods

DrawArc(PathF, Single, Single, Single, Single, Single, Single, Single)
SVGArcTo(PathF, Single, Single, Single, Boolean, Boolean, Single, Single, Single, Single)
AsScaledPath(PathF, Single)
AsScaledPath(PathF, Single, Single)
ToDefinitionString(PathF, Single)
AsRotatedAndroidPath(PathF, PointF, Single, Single, Single)
AsSkiaPath(PathF)
AsSkiaPath(PathF, Single)
AsSkiaPath(PathF, Single, Single)
AsSkiaPath(PathF, Single, Single, Single, Single, Single)
AsSkiaPathFromSegment(PathF, Int32, Single, Single)

Applies to