GifFrameBlock.Resize

GifFrameBlock.Resize method

Resizes this RasterCachedImage instance.

public override void Resize(int newWidth, int newHeight, ImageResizeSettings imageResizeSettings)
ParameterTypeDescription
newWidthInt32New width.
newHeightInt32New height.
imageResizeSettingsImageResizeSettingsResize settings.

See Also