Class Uint8ClampedArray

Class Uint8ClampedArray

Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)

Representa uma série de inteiros não assinados de 8 bits clamados para 0-255; se você especificar um valor que está fora da faixa de [0,255], 0 ou 255 será definido em vez disso;

[DOMName("Uint8ClampedArray")]
[DOMObject]
[ComVisible(true)]
public class Uint8ClampedArray : TypedArray<byte>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Uint8ClampedArray

Implements

INotifyPropertyChanged

Membros herdados

TypedArray.this[int] , TypedArray.Buffer , TypedArray.ByteLength , TypedArray.ByteOffset , TypedArray.Length , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Uint8ClampedArray(Int)

Inicia uma nova instância da classe Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(int length)

Parameters

length int

O número de elementos (o número de elementos)

Uint8ClampedArray(em byte[])

Inicia uma nova instância da classe Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(byte[] data)

Parameters

data byte [ ]

Os dados do array.

Uint8ClampedArray(ArrayBuffer)

Inicia uma nova instância da classe Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Uint8ClampedArray(ArrayBuffer, Int)

Inicia uma nova instância da classe Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Uint8ClampedArray(ArrayBuffer, int, int)

Inicia uma nova instância da classe Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

length int

O comprimento .

Fields

BYTES_PER_ELEMENT

A propriedade representa o tamanho em bytes de cada elemento em uma ordem tipificada.

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

Valor de campo

byte

Properties

Esta[Int]

Recebe ou coloca o System.Byte no índice especificado.

public override byte this[int index] { get; set; }

Valor da propriedade

byte

 Português