![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerRenderEventArgs Class : CreateForControl Method |
public static ImageViewerRenderEventArgs CreateForControl( Control control )
'Declaration
Public Shared Function CreateForControl( _ ByVal control As Control _ ) As ImageViewerRenderEventArgs
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.