Represents a bit vector used to track the state of document elements in the Telerik document layout system.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DocumentElementStateBitVector
Inheritance: objectDocumentElementStateBitVector
Constructors
C#
public DocumentElementStateBitVector()
C#
public DocumentElementStateBitVector(DocumentElementStateBitVector source)
Properties
Gets the UInt64 structure holding the separate bits of the vector.
C#
public DocumentElementStates Data { get; }
Determines whether the bit, corresponding to the specified key is set
Methods
Gets the hash code for the current instance of the DocumentElementStateBitVector.
C#
public override int GetHashCode()
A hash code that is compatible with the default hash function for the current instance.
Overrides:
Clears all currently set bits in this vector.
C#
public void Reset()
Operators
C#
public static bool operator !=(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)
C#
public static bool operator ==(DocumentElementStateBitVector vector1, DocumentElementStateBitVector vector2)