Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RectGeometry - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RectGeometry

    Represents a two-dimensional rectangle.

    Inheritance
    System.Object
    Geometry
    RectGeometry
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class RectGeometry : Geometry

    Constructors

    RectGeometry()

    Declaration
    public RectGeometry()

    Properties

    Bounds

    Gets or sets the bounds of the rectangle geometry.

    Declaration
    public Rectangle Bounds { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    CornerHeight

    Gets or sets the corner height of the rectangle. This property is used to draw rounded corner rectangle.

    Declaration
    public double CornerHeight { get; set; }
    Property Value
    Type Description
    System.Double

    CornerWidth

    Gets or sets the corner width of the rectangle. This property is used to draw rounded corner rectangle.

    Declaration
    public double CornerWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    Gets or sets the height of the rectangle.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Pen

    Gets or sets represents how the outline of the rectangle is drawn.

    Declaration
    public Pen Pen { get; set; }
    Property Value
    Type Description
    Pen

    Width

    Gets or sets the width of the rectangle.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    X

    Gets or sets the X position of the rectangle.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Gets or sets the Y position of the rectangle.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved