GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor~_ctor / GdPictureColor Constructor(Byte,Byte,Byte)





In This Topic
GdPictureColor Constructor(Byte,Byte,Byte)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
)
public GdPictureColor( 
   byte Red,
   byte Green,
   byte Blue
)
public GdPictureColor( 
    Red: Byte;
    Green: Byte;
    Blue: Byte
); 
public function GdPictureColor( 
   Red : byte,
   Green : byte,
   Blue : byte
);
public: GdPictureColor( 
   byte Red,
   byte Green,
   byte Blue
)
public:
GdPictureColor( 
   byte Red,
   byte Green,
   byte Blue
)

Parameters

Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members
Overload List