The RenderFragment type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another RenderFragment to the current object.
Clones Children by cloning all its elements.
|
|
Clone |
Creates a copy of the current RenderFragment.
|
|
Draw(Graphics, Boolean) |
Draws the current fragment and its children on a specified Graphics.
|
|
Draw(Graphics, Rectangle, Boolean) |
Draws the current fragment and its children on a specified Graphics.
|
|
Draw(Graphics, Rectangle, Boolean, Boolean) |
Draws the current fragment and its children on a specified Graphics.
|
|
Draw(Graphics, Rectangle, Rectangle, Boolean, Boolean, Boolean) |
Draws the current fragment on a specified Graphics.
|
|
FindHyperlink |
Searches for a C1Hyperlink object in the current fragment at the specified position.
|
|
GetAnchorRect | ||
GetHyperlinks |
Adds information about all hyperlinks that appear in the current fragment
to a C1HyperlinkInfoCollection.
|
|
HasClippedChildren |
Checks whether any of the child fragments of the current fragment
are clipped by its bounds. Depending on the recursive
parameter, may also recursively test all child fragments.
|
|
IsShadowVisible |
Returns true if shadow visible for RenderFragment.
|
|
ResolvingFinished |
This method is called by the rendering engine after the current RenderFragment
has been completely resolved.
Typically this method would be used to clear temporary data created and used during resolving.
|