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

CreateNewGdPictureImage Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function CreateNewGdPictureImage( _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal BitDepth As Short, _

   ByVal BackColor As Integer _

) As Integer
public int CreateNewGdPictureImage( 

   int Width,

   int Height,

   short BitDepth,

   int BackColor

)
public function CreateNewGdPictureImage( 

    Width: Integer;

    Height: Integer;

    BitDepth: Int16;

    BackColor: Integer

): Integer; 
public function CreateNewGdPictureImage( 

   Width : int,

   Height : int,

   BitDepth : short,

   BackColor : int

) : int;
public: int CreateNewGdPictureImage( 

   int Width,

   int Height,

   short BitDepth,

   int BackColor

) 
public:

int CreateNewGdPictureImage( 

   int Width,

   int Height,

   short BitDepth,

   int BackColor

) 

Parameters

Width
Height
BitDepth
BackColor
See Also

Reference

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