Error processing SSI file
(Leadtools.Controls)

Show in webframe

RenderItemFloaterRegion Event




Renders the item floater region.
Syntax
public event EventHandler<ImageViewerRenderEventArgs> RenderItemFloaterRegion
'Declaration
 
Public Event RenderItemFloaterRegion As EventHandler(Of ImageViewerRenderEventArgs)
Event Data

The event handler receives an argument of type ImageViewerRenderEventArgs containing data related to this event. The following ImageViewerRenderEventArgs properties provide information specific to this event.

PropertyDescription
Context Current graphics context associated with this object.
Error Error that might have occurred during rendering.
Item Item to render
PaintEventArgs Native paint event arguments associated with this object
Part Item part to render
Remarks

During this part of the rendering cycle, the viewer will check if the item contains a floater image (stored in ImageViewerItem.Floater. If this is true and the value of FloaterRegionRenderMode is other than ControlRegionRenderMode.None then the viewer will render the outline of the floater on top of the image.

For more information, refer to Image Viewer Rendering.

ImageViewerRenderEventArgs
Example

For an example, refer to PostRender.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file