TrackEncodedPixelsDimensionBox Methods |
The TrackEncodedPixelsDimensionBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a child.
(Inherited from Box.) |
![]() | DebugWriteToFile | (Inherited from Box.) |
![]() | FindChild(BoxType) |
Finds a child of this item.
(Inherited from Box.) |
![]() | FindChild(BoxType[]) |
Finds a child of this item.
(Inherited from Box.) |
![]() | FindChild<T>() |
Finds the first occurance of a child immediate to the current box.
(Inherited from Box.) |
![]() | FindChildFull<T> |
Finds child of type T in full tree.
(Inherited from Box.) |
![]() | FindChildFullSubClassed<T> |
Finds first child subclassed from type T in full tree.
(Inherited from Box.) |
![]() | FindChildren<T> |
Finds multiple Children of the same type immediate to the current box.
(Inherited from Box.) |
![]() | FindChildrenFullSubClassed<T> |
Finds object derived subclassed from T in full tree.
(Inherited from Box.) |
![]() | FindParent<T> |
Traverses up until root node until an immediate parent is found.
(Inherited from Box.) |
![]() | FindParentOrChild<T> |
Traverses Parent and immediate children up to root node for a specific box type.
(Inherited from Box.) |
![]() | Parse |
Parses this object.
(Inherited from Box.) |
![]() | ReadDebugData |
Reads the debug data.
(Inherited from Box.) |
![]() | SetDirty |
Marks box and its children as dirty. Initially all boxes are dirty.
(Inherited from Box.) |
![]() | Skip |
Skips the remaining bytes of the box by reading them.
(Inherited from Box.) |
![]() | Update |
Updates the box and it's children. The box must be set dirty.
(Inherited from Box.) |
![]() | VerifyDebugData() |
Verify debug data.
(Inherited from Box.) |
![]() | VerifyDebugData(String) |
Verify debug data.
(Inherited from Box.) |
![]() | WriteInto |
Writes the box and its children to a destination stream.
(Inherited from Box.) |
Name | Description | |
---|---|---|
![]() | Copy() | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |