In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / BiInterpol Method

BiInterpol Method

In This Topic
Syntax
'Declaration

 

Public Sub BiInterpol( _

   ByVal colors() As GdPictureColor, _

   ByVal x As Integer, _

   ByVal y As Integer, _

   ByVal x_scale As Integer, _

   ByVal y_scale As Integer _

) 
public void BiInterpol( 

   GdPictureColor[] colors,

   int x,

   int y,

   int x_scale,

   int y_scale

)
public procedure BiInterpol( 

    colors: GdPictureColorarray of;

    x: Integer;

    y: Integer;

    x_scale: Integer;

    y_scale: Integer

); 
public function BiInterpol( 

   colors : GdPictureColor[],

   x : int,

   y : int,

   x_scale : int,

   y_scale : int

);
public: void BiInterpol( 

   GdPictureColor[]* colors,

   int x,

   int y,

   int x_scale,

   int y_scale

) 
public:

void BiInterpol( 

   array<GdPictureColor>^ colors,

   int x,

   int y,

   int x_scale,

   int y_scale

) 

Parameters

colors
x
y
x_scale
y_scale
See Also

Reference

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