menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RectHelper - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RectHelper

    Create class RectHelper

    Inheritance
    System.Object
    RectHelper
    Namespace: Syncfusion.UI.Xaml.Diagram.Utility
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class RectHelper : Object

    Constructors

    RectHelper()

    Create Constructor RectHelper

    Declaration
    public RectHelper()

    RectHelper(Rect)

    Create Constructor RectHelper with Parameter

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

    Properties

    BottomLeft

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

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

    BottomRight

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

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

    TopLeft

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

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

    TopRight

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

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

    Value

    Gets or sets Value

    Declaration
    public Rect Value { get; set; }
    Property Value
    Type
    Windows.Foundation.Rect

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved