menu

UWP

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

    Show / Hide Table of Contents

    Class RectangleF

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

    Constructors

    RectangleF()

    Declaration
    public RectangleF()

    RectangleF(Single, Single, Single, Single)

    Declaration
    public RectangleF(float x, float y, float width, float height)
    Parameters
    Type Name Description
    System.Single x
    System.Single y
    System.Single width
    System.Single height

    Properties

    Height

    Declaration
    public float Height { get; set; }
    Property Value
    Type
    System.Single

    Width

    Declaration
    public float Width { get; set; }
    Property Value
    Type
    System.Single

    X

    Declaration
    public float X { get; set; }
    Property Value
    Type
    System.Single

    Y

    Declaration
    public float Y { get; set; }
    Property Value
    Type
    System.Single

    Extension Methods

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