BiInterpol Method (GdPictureColor)
In This Topic
Syntax
'Declaration
Public Sub BiInterpol( _
ByVal () As GdPictureColor, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public void BiInterpol(
GdPictureColor[] ,
int ,
int ,
int ,
int
)
public procedure BiInterpol(
: GdPictureColorarray of;
: Integer;
: Integer;
: Integer;
: Integer
);
public function BiInterpol(
: GdPictureColor[],
: int,
: int,
: int,
: int
);
public: void BiInterpol(
GdPictureColor[]* ,
int ,
int ,
int ,
int
)
public:
void BiInterpol(
array<GdPictureColor>^ ,
int ,
int ,
int ,
int
)
Parameters
- colors
- x
- y
- x_scale
- y_scale
See Also