Initializes a new instance of the Image class.
public Image();
Public Sub New()
public Image(string fileName, int filterIndex);
Public Sub New(ByVal fileName As String, ByVal filterIndex As Integer)
public Image(System.Drawing.Image image);
Public Sub New(ByVal image As System.Drawing.Image)
public Image(System.IO.MemoryStream memoryStream);
Public Sub New(ByVal memoryStream As System.IO.MemoryStream)
public Image(System.IO.UnmanagedMemoryStream unmanagedStream);
Public Sub New(ByVal unmanagedStream As System.IO.MemoryStream)
Parameter | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
file |
Specifies the name and the path of the file from which the image is loaded. | ||||||||||||||||||
filter |
Specifies the index of the filter used to load the image. It is an index in the string returned through the Image
|
||||||||||||||||||
image | Specifies a System. |
||||||||||||||||||
memory |
Specifies a memory stream from which the data for the TXText |
||||||||||||||||||
unmanaged |
Specifies an unmanaged memory stream from which the data for the TXText |