Method | Description | |
---|---|---|
ExtendedImage ( byte p_bteImage ) : System.Drawing |
Creates an image from the given byte array.
|
|
GetExtension ( ) : string |
Returns the file extension commonly associated with the image's format.
|
public ExtendedImage ( byte p_bteImage ) : System.Drawing | ||
p_bteImage | byte | A byte array representing an image. |
return | System.Drawing |