Class Uint8ClampedArray

Class Uint8ClampedArray

Název místa: Aspose.Html Sbírka: Aspose.HTML.dll (25.4.0)

Představuje řadu 8-bitových nepodepsaných integerů kladených na 0-255; pokud specifikujete hodnotu, která je mimo rozsah [0,255], 0 nebo 255 bude umístěna;

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

Inheritance

object DOMObject TypedArray TypedArray Uint8ClampedArray

Implements

INotifyPropertyChanged

Dědiční členové

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)

Začíná nový příklad třídy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(int length)

Parameters

length int

délka (počet prvk).

Uint8ClampedArray(byte[])

Začíná nový příklad třídy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(byte[] data)

Parameters

data byte []a[]

daje o Array.

Uint8ClampedArray(ArrayBuffer)

Začíná nový příklad třídy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Datový buffer.

Uint8ClampedArray(Závěrečný, int)

Začíná nový příklad třídy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Datový buffer.

byteOffset int

Byte se odpočít.

Uint8ClampedArray(Vzdělávání, int, int)

Začíná nový příklad třídy Aspose.Html.Uint8ClampedArray.

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

Parameters

buffer ArrayBuffer

Datový buffer.

byteOffset int

Byte se odpočít.

length int

a délky.

Fields

BYTES_PER_ELEMENT

Vlastnictví představuje velikost v bytech každého prvku v typovaném řádku.

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

Polní hodnota

byte

Properties

Tohle[Int]

Obdrží nebo nastaví System.Byte na specifikovaném indexu.

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

Hodnota nemovitosti

byte

 Čeština