Overload List

  Name Description
Public method AssignFrom(RenderObject)
Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.
(Inherited from RenderObject.)
Public method AssignFrom(RenderObject, Boolean, Boolean)
Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.
(Inherited from RenderObject.)
Public method AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean)
Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.
(Inherited from RenderObject.)
Public method AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Assigns (copies) properties from another RenderObject to the current object. Calls the base AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) method. If source is a RenderSection, also copies RenderSection-specific properties.
(Overrides RenderArea..::..AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean).)

See Also