GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / Resize Method





In This Topic
Resize Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(594)>
Function Resize( _
   ByVal ImageID As Integer, _
   ByVal NewImageWidth As Integer, _
   ByVal NewImageHeight As Integer, _
   ByVal InterpolationMode As InterpolationMode _
) As GdPictureStatus
function Resize( 
    ImageID: Integer;
    NewImageWidth: Integer;
    NewImageHeight: Integer;
    InterpolationMode: InterpolationMode
): GdPictureStatus; 
DispIdAttribute(594)
function Resize( 
   ImageID : int,
   NewImageWidth : int,
   NewImageHeight : int,
   InterpolationMode : InterpolationMode
) : GdPictureStatus;

Parameters

ImageID
NewImageWidth
NewImageHeight
InterpolationMode
See Also

Reference

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