Search Results for

    Show / Hide Table of Contents

    Struct DoublePoint

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    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 DoublePoint

    Constructors

    DoublePoint(DoublePoint)

    Declaration
    public DoublePoint(DoublePoint dp)
    Parameters
    Type Name Description
    DoublePoint dp

    DoublePoint(IntPoint)

    Declaration
    public DoublePoint(IntPoint ip)
    Parameters
    Type Name Description
    IntPoint ip

    DoublePoint(Double, Double)

    Declaration
    public DoublePoint(double x = 0, double y = 0)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    Fields

    X

    Declaration
    public double X
    Field Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y
    Field Value
    Type Description
    System.Double

    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
    ☀
    ☾