Error processing SSI file
(Leadtools.Controls)

Show in webframe

CreateForControl Method




Valid control object.
Creates a new instance of ImageViewerRenderEventArgs from the specified control
Syntax
public static ImageViewerRenderEventArgs CreateForControl( 
   Control control
)
'Declaration
 
Public Shared Function CreateForControl( _
   ByVal control As Control _
) As ImageViewerRenderEventArgs

Parameters

control
Valid control object.

Return Value

The created object.
Remarks

Use this method to create an instance of ImageViewerRenderEventArgs from a control. Internally, this method will use Control.CreateGraphics and uses the returned value to initialize the other members of the class.

You must call DestroyForControl when you are finished with the object.

Requirements

Target Platforms

See Also

Reference

ImageViewerRenderEventArgs Class
ImageViewerRenderEventArgs Members

Error processing SSI file