Search Results for

    Show / Hide Table of Contents

    Struct IntRect

    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 IntRect

    Constructors

    IntRect(IntRect)

    Declaration
    public IntRect(IntRect ir)
    Parameters
    Type Name Description
    IntRect ir

    IntRect(Int64, Int64, Int64, Int64)

    Declaration
    public IntRect(long l, long t, long r, long b)
    Parameters
    Type Name Description
    System.Int64 l
    System.Int64 t
    System.Int64 r
    System.Int64 b

    Fields

    bottom

    Declaration
    public long bottom
    Field Value
    Type Description
    System.Int64

    left

    Declaration
    public long left
    Field Value
    Type Description
    System.Int64

    right

    Declaration
    public long right
    Field Value
    Type Description
    System.Int64

    top

    Declaration
    public long top
    Field Value
    Type Description
    System.Int64

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