ImageTColor, TDepth Constructor |
Name | Description | |
---|---|---|
![]() | ImageTColor, TDepth |
Create an empty Image
|
![]() | ImageTColor, TDepth(Bitmap) |
Obtain the image from the specific Bitmap
|
![]() | ImageTColor, TDepth(Size) |
Create a blank Image of the specific size
|
![]() | ImageTColor, TDepth(String) |
Read image from a file
|
![]() | ImageTColor, TDepth(TDepth) |
Create image from the specific multi-dimensional data, where the 1st dimesion is # of rows (height), the 2nd dimension is # cols (width) and the 3rd dimension is the channel
|
![]() | ImageTColor, TDepth(ImageGray, TDepth) |
Create a multi-channel image from multiple gray scale images
|
![]() | ImageTColor, TDepth(Int32, Int32) |
Create a blank Image of the specified width and height.
|
![]() | ImageTColor, TDepth(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|
![]() | ImageTColor, TDepth(Int32, Int32, TColor) |
Create a blank Image of the specified width, height and color.
|
![]() | ImageTColor, TDepth(Int32, Int32, Int32, IntPtr) |
Create an Image from unmanaged data.
|