GetAnchorRect Method (RenderImageFragment)
In This Topic
Calculates the location of a
C1Anchor contained in the
RenderObject.Anchors collection of the render object that produced the current fragment.
Syntax
Parameters
- anchor
- The C1Anchor object to get the location of.
- anchorRect
- OUT: The bounds of in the fragment in C1PrintDocument.ResolvedUnit units. (Note that this parameter is assigned a valid value only if is true on method return.
- anchorVisible
- OUT: true if appears in the current fragment, false otherwise.
See Also