'Declaration
Public Overloads Function CreateGdPictureImageFromStream( _ ByVal Stream As Stream _ ) As Integer
public int CreateGdPictureImageFromStream( Stream Stream )
public function CreateGdPictureImageFromStream( Stream: Stream ): Integer;
public function CreateGdPictureImageFromStream( Stream : Stream ) : int;
public: int CreateGdPictureImageFromStream( Stream* Stream )
public: int CreateGdPictureImageFromStream( Stream^ Stream )
Parameters
- Stream
- System.IO.Stream object storing the image data.
Return Value
0: The image could not be created. Use the GetStat() method to determine the reason this method
failed.
Non-zero: GdPicture image identifier. The created image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.