ImgEdit User Control

ImgEdit Class Library

ImgEdit.Display()

ImgEdit.Display(System.Drawing.Bitmap)

 

Loads the image filename in memory and displays it.

 

Displays the in memory bitmap.

 

[Visual Basic]

Public Overloads Sub Display()

 

Parameters

    None.

 

Return Value

    None.

 

[Visual Basic]

Public Overloads Sub Display( _

ByVal Image As System.Drawing.Bitmap)

 

Parameters

    Image

        The loaded image bitmap.

 

Return Value

    None.

 

Example

[Visual Basic] The following example loads the image filename in memory and displays it.

 

[Visual Basic]

ImgEdit1.Display()

 

Example

[Visual Basic] The following example displays the in memory bitmap.

 

[Visual Basic]

Dim bmp as New Bitmap("C:\Test\01.tif")

ImgEdit1.Display(bmp)

 

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6