Table of Contents

Struct Range

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Template class specifying a continuous subsequence (slice) of a sequence.

[Serializable]
public readonly record struct Range : IEquatable<Range>
Implements
Inherited Members

Constructors

Range(int, int)

Template class specifying a continuous subsequence (slice) of a sequence.

public Range(int Start, int End)

Parameters

Start int
End int

Fields

End

public readonly int End

Field Value

int

Start

public readonly int Start

Field Value

int

Properties

All

public static Range All { get; }

Property Value

Range