menu

UWP

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

    Show / Hide Table of Contents

    Class PointF

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

    Constructors

    PointF()

    Declaration
    public PointF()

    PointF(Single, Single)

    Declaration
    public PointF(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    Properties

    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