'Declaration
Public Overloads Function CreateGdPictureImageFromMetaFile( _ ByVal FilePath As String _ ) As Integer
public int CreateGdPictureImageFromMetaFile( string FilePath )
public function CreateGdPictureImageFromMetaFile( FilePath: String ): Integer;
public function CreateGdPictureImageFromMetaFile( FilePath : String ) : int;
public: int CreateGdPictureImageFromMetaFile( string* FilePath )
public: int CreateGdPictureImageFromMetaFile( String^ FilePath )
Parameters
- FilePath
- The path of the file to open.
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.