'Declaration Public Shared Function FromBytes( _ ByVal bytes() As System.Byte, _ Optional ByVal frameIndex As System.Integer _ ) As Image
public static Image FromBytes( System.byte[] bytes, System.int frameIndex )
Parameters
- bytes
- The image data.
- frameIndex
- Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Return Value
The newly created Image object.