Class Uint8ClampedArray

Class Uint8ClampedArray

名称: Aspose.Html 编辑: Aspose.HTML.dll (25.4.0)

代表一系列的8位未签名集合,粘贴到0-255;如果您指定一个值,不属于0255的范围,则将设置0或255;

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

Inheritance

object DOMObject TypedArray TypedArray Uint8ClampedArray

Implements

INotifyPropertyChanged

继承人

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(因特)

启动了 Aspose.Html.Uint8ClampedArray 类的新例子。

public Uint8ClampedArray(int length)

Parameters

length int

长度(元素数量)

Uint8ClampedArray(比特[])

启动了 Aspose.Html.Uint8ClampedArray 类的新例子。

public Uint8ClampedArray(byte[] data)

Parameters

data byte ( )

收藏的数据。

Uint8ClampedArray(ArrayBuffer)

启动了 Aspose.Html.Uint8ClampedArray 类的新例子。

public Uint8ClampedArray(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

数据泡沫。

Uint8ClampedArray(ArrayBuffer, int)

启动了 Aspose.Html.Uint8ClampedArray 类的新例子。

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

数据泡沫。

byteOffset int

巴特的折扣。

Uint8ClampedArray(ArrayBuffer, int, int)

启动了 Aspose.Html.Uint8ClampedArray 类的新例子。

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

Parameters

buffer ArrayBuffer

数据泡沫。

byteOffset int

巴特的折扣。

length int

长度。

Fields

BYTES_PER_ELEMENT

属性代表每个元素的字符串中的尺寸。

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

领域价值

byte

Properties

这个[因特]

接收或设置 System.Byte 在指定的指数。

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

财产价值

byte

 中文