In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / CreateGdPictureImageFromHTTP Method

CreateGdPictureImageFromHTTP Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function CreateGdPictureImageFromHTTP( _

   ByVal Host As String, _

   ByVal Path As String, _

   ByVal HTTPPort As Integer _

) As Integer
public int CreateGdPictureImageFromHTTP( 

   string Host,

   string Path,

   int HTTPPort

)
public function CreateGdPictureImageFromHTTP( 

    Host: String;

    Path: String;

    HTTPPort: Integer

): Integer; 
public function CreateGdPictureImageFromHTTP( 

   Host : String,

   Path : String,

   HTTPPort : int

) : int;
public: int CreateGdPictureImageFromHTTP( 

   string* Host,

   string* Path,

   int HTTPPort

) 
public:

int CreateGdPictureImageFromHTTP( 

   String^ Host,

   String^ Path,

   int HTTPPort

) 

Parameters

Host
Path
HTTPPort
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members