Class Uint8ClampedArray

Class Uint8ClampedArray

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

Predstavuje rad 8-bitových neoznačených integerov kladených na 0-255; ak určíte hodnotu, ktorá je mimo rozsahu [0,255], 0 alebo 255 sa namiesto toho nastaví;

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

Inheritance

object DOMObject TypedArray TypedArray Uint8ClampedArray

Implements

INotifyPropertyChanged

Z dedičných č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)

Iniciuje novú inštanciu triedy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(int length)

Parameters

length int

dĺžku (počet prvkov)

Uint8ClampedArray(byte[])

Iniciuje novú inštanciu triedy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(byte[] data)

Parameters

data byte []

Údaje o aréne.

Uint8ClampedArray(ArrayBuffer)

Iniciuje novú inštanciu triedy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

Uint8ClampedArray(Zľavy, int)

Iniciuje novú inštanciu triedy Aspose.Html.Uint8ClampedArray.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

byteOffset int

Byte sa oplatí.

Uint8ClampedArray(Zariadenie, int, int)

Iniciuje novú inštanciu triedy Aspose.Html.Uint8ClampedArray.

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

Parameters

buffer ArrayBuffer

Údaje sú buffer.

byteOffset int

Byte sa oplatí.

length int

v dĺžke .

Fields

BYTES_PER_ELEMENT

Majstrovstvá predstavujú veľkosť v bytoch každého prvku v typovanom poradí.

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

Fieldová hodnota

byte

Properties

Toto[int]

Získať alebo nastaviť System.Byte na špecifikovanom indexe.

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

Hodnota nehnuteľnosti

byte

 Slovenčina