Search Results for

    Show / Hide Table of Contents

    Struct IntPoint

    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ClipperLib
    Assembly: Oasys.Common.dll
    Syntax
    public struct IntPoint

    Constructors

    IntPoint(IntPoint)

    Declaration
    public IntPoint(IntPoint pt)
    Parameters
    Type Name Description
    IntPoint pt

    IntPoint(Double, Double)

    Declaration
    public IntPoint(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    IntPoint(Int64, Int64)

    Declaration
    public IntPoint(long X, long Y)
    Parameters
    Type Name Description
    System.Int64 X
    System.Int64 Y

    Fields

    X

    Declaration
    public long X
    Field Value
    Type Description
    System.Int64

    Y

    Declaration
    public long Y
    Field Value
    Type Description
    System.Int64

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Operators

    Equality(IntPoint, IntPoint)

    Declaration
    public static bool operator ==(IntPoint a, IntPoint b)
    Parameters
    Type Name Description
    IntPoint a
    IntPoint b
    Returns
    Type Description
    System.Boolean

    Inequality(IntPoint, IntPoint)

    Declaration
    public static bool operator !=(IntPoint a, IntPoint b)
    Parameters
    Type Name Description
    IntPoint a
    IntPoint b
    Returns
    Type Description
    System.Boolean

    Extension Methods

    Extensions.ClearFlags<T>(T, T)
    Extensions.GetFlagDescription<T>(T)
    Extensions.GetFlags<T>(T)
    Extensions.In<T>(T, T[])
    Extensions.SetFlags<T>(T, T, Boolean)
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾