Search Results for

    Show / Hide Table of Contents

    Struct Point

    Win API struct providing coordinates for a single point.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public struct Point

    Fields

    | Improve this Doc View Source

    X

    X coordinate.

    Declaration
    public int X
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Y

    Y coordinate.

    Declaration
    public int Y
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx