alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class POINT

    Inheritance
    System.Object
    POINT
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class POINT : ValueType

    Constructors

    POINT(Int32)

    Point creation from lParam `s data

    Declaration
    public POINT(int lParam)
    Parameters
    Type Name Description
    System.Int32 lParam

    POINT(Int32, Int32)

    Declaration
    public POINT(int X, int Y)
    Parameters
    Type Name Description
    System.Int32 X
    System.Int32 Y

    POINT(IntPtr)

    Point creation from lParam `s data.(Win64 compatible)

    Declaration
    public POINT(IntPtr lParam)
    Parameters
    Type Name Description
    System.IntPtr lParam

    Fields

    x

    Declaration
    public int x
    Field Value
    Type
    System.Int32

    y

    Declaration
    public int y
    Field Value
    Type
    System.Int32

    Operators

    Implicit(POINT to Point)

    Declaration
    public static implicit operator Point(POINT p)
    Parameters
    Type Name Description
    POINT p
    Returns
    Type
    System.Drawing.Point

    Implicit(Point to POINT)

    Declaration
    public static implicit operator POINT(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p
    Returns
    Type
    POINT
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved