menu

UWP

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

    Show / Hide Table of Contents

    Class SizeF

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

    Constructors

    SizeF()

    Declaration
    public SizeF()

    SizeF(Single, Single)

    Declaration
    public SizeF(float width, float height)
    Parameters
    Type Name Description
    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

    Operators

    Equality(SizeF, SizeF)

    Declaration
    public static bool operator ==(SizeF sz1, SizeF sz2)
    Parameters
    Type Name Description
    SizeF sz1
    SizeF sz2
    Returns
    Type
    System.Boolean

    Inequality(SizeF, SizeF)

    Declaration
    public static bool operator !=(SizeF sz1, SizeF sz2)
    Parameters
    Type Name Description
    SizeF sz1
    SizeF sz2
    Returns
    Type
    System.Boolean

    Extension Methods

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