Skip to main content
All docs
V26.1
  • PathCubicBezier Struct

    Defines a cubic Bezier curve (a shape path segment).

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly struct PathCubicBezier :
        IPathSegment,
        IEquatable<PathCubicBezier>
    See Also