Class TypedArray
Class TypedArray
Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)
TypedArray objekty majú podobný pohľad na základný binárny databáter.
[DOMObject]
[ComVisible(true)]
[DOMName("TypedArray")]
public abstract class TypedArray : DOMObject, INotifyPropertyChanged
Inheritance
object ← DOMObject ← TypedArray
Derived
Implements
Z dedičných členov
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Buffer
Získajte ArrayBuffer odkazovaný týmto príkladom.
[DOMName("buffer")]
public ArrayBuffer Buffer { get; }
Hodnota nehnuteľnosti
ByteLength
Dostať byteDĺžka príslušenstva vlastnosť predstavuje dĺžku ArrayBuffer v bytoch.
[DOMName("byteLength")]
public int ByteLength { get; }
Hodnota nehnuteľnosti
ByteOffset
Dostane byteOffset od začiatku referenčného ArrayBuffer.
[DOMName("byteOffset")]
public int ByteOffset { get; }
Hodnota nehnuteľnosti
Length
Dostane dĺžku typovanej aréy.
[DOMName("length")]
public int Length { get; }