WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RectHelper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RectHelper

    Create class RectHelper

    Inheritance
    System.Object
    RectHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram.Utility
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class RectHelper

    Constructors

    RectHelper()

    Create Constructor RectHelper

    Declaration
    public RectHelper()

    RectHelper(Rect)

    Create Constructor RectHelper with Parameter

    Declaration
    public RectHelper(Rect Input)
    Parameters
    Type Name Description
    System.Windows.Rect Input

    Properties

    BottomLeft

    Gets the position of the bottom-left corner of the rectangle

    Declaration
    public Point BottomLeft { get; }
    Property Value
    Type Description
    System.Windows.Point

    BottomRight

    Gets the position of the bottom-right corner of the rectangle

    Declaration
    public Point BottomRight { get; }
    Property Value
    Type Description
    System.Windows.Point

    TopLeft

    Gets the position of the top-left corner of the rectangle

    Declaration
    public Point TopLeft { get; }
    Property Value
    Type Description
    System.Windows.Point

    TopRight

    Gets the position of the top-right corner of the rectangle

    Declaration
    public Point TopRight { get; }
    Property Value
    Type Description
    System.Windows.Point

    Value

    Gets or sets Value

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