Class TypedArray

Class TypedArray

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

TypedArray objekty mají podobný pohled na základní binární datový buffer.

[DOMObject]
[ComVisible(true)]
[DOMName("TypedArray")]
public abstract class TypedArray : DOMObject, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray

Derived

TypedArray

Implements

INotifyPropertyChanged

Dědiční členové

DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Buffer

Obdržíte ArrayBuffer uvedený v tomto případ.

[DOMName("buffer")]
public ArrayBuffer Buffer { get; }

Hodnota nemovitosti

ArrayBuffer

ByteLength

Dostatek bytuDlouhost příslušenství vlastnost představuje délku ArrayBuffer v bytech.

[DOMName("byteLength")]
public int ByteLength { get; }

Hodnota nemovitosti

int

ByteOffset

Obdrží byteOffset od začátku referenčního ArrayBuffer.

[DOMName("byteOffset")]
public int ByteOffset { get; }

Hodnota nemovitosti

int

Length

Obdrží délku typovaného řádku.

[DOMName("length")]
public int Length { get; }

Hodnota nemovitosti

int

 Čeština