C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderPolygon Class / InternalResolvingFinished Method

In This Topic
InternalResolvingFinished Method (RenderPolygon)
In This Topic
This method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time.
Syntax
'Declaration
 
Protected Overridable Sub InternalResolvingFinished() 
 
See Also