menu

UWP

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

    Show / Hide Table of Contents

    Class Rectangle

    Inheritance
    System.Object
    Rectangle
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public class Rectangle : Object

    Constructors

    Rectangle()

    Declaration
    public Rectangle()

    Rectangle(Int32, Int32, Int32, Int32)

    Declaration
    public Rectangle(int x, int y, int width, int height)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    System.Int32 width
    System.Int32 height

    Properties

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type
    System.Int32

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type
    System.Int32

    X

    Declaration
    public int X { get; set; }
    Property Value
    Type
    System.Int32

    Y

    Declaration
    public int Y { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

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