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 SourceItem[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. |