Show / Hide Table of Contents

Class JBLOCK

One block of coefficients.

Inheritance
System.Object
JBLOCK
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public class JBLOCK

Properties

| Improve this Doc View Source

Item[Int32]

Gets or sets the element at the specified index.

Declaration
public short this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index

The index of required element.

Property Value
Type Description
System.Int16

The required element.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX