Svg.Skia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. Svg.Pathing
    4. SvgCubicCurveSegment

    SvgCubicCurveSegment Class

    Definition

    Namespace Svg.Pathing
    Assembly Svg.Custom.dll
    Inherits Object → SvgPathSegment
    View source
    Show inherited members (11)
    • Svg.Pathing.SvgPathSegment.NaN
    • Svg.Pathing.SvgPathSegment.IsRelative
    • Svg.Pathing.SvgPathSegment.End
    • Svg.Pathing.SvgPathSegment.Clone()
    • Svg.Pathing.SvgPathSegment.Start
    • System.Object.Equals(System.Object)
    • System.Object.Equals(System.Object, System.Object)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object, System.Object)
    public sealed class SvgCubicCurveSegment : SvgPathSegment
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (3)

    SvgCubicCurveSegment(Boolean, PointF, PointF, PointF)
    SvgCubicCurveSegment(Boolean, PointF, PointF)
    SvgCubicCurveSegment(PointF, PointF, PointF, PointF)

    Properties (2)

    FirstControlPoint
    SecondControlPoint

    Methods (1)

    ToString()

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages