menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FlatEdgeShape - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FlatEdgeShape

    Represents FlatEdgeShape class.

    Inheritance
    System.Object
    FlatEdgeShape
    Namespace: Syncfusion.Maui.Backdrop
    Assembly: Syncfusion.Maui.Backdrop.dll
    Syntax
    public class FlatEdgeShape : Geometry

    Constructors

    FlatEdgeShape(Double, Double, RectF)

    Initializes a new instance of the FlatEdgeShape class.

    Declaration
    public FlatEdgeShape(double leftCornerRadius, double rightCornerRadius, RectF dirtyRect)
    Parameters
    Type Name Description
    System.Double leftCornerRadius

    The left corner radius.

    System.Double rightCornerRadius

    The left corner radius.

    Microsoft.Maui.Graphics.RectF dirtyRect

    The dirty rect.

    Methods

    AppendPath(PathF)

    To draw the flat edge shape.

    Declaration
    public override void AppendPath(PathF path)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.PathF path

    The path.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved