nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / BitmapResizer

BitmapResizer

Full name Microsoft.VisualBasic.Imaging.BitmapImage.BitmapResizer Assembly Microsoft.VisualBasic.Runtime Members 6

01 Syntax

Microsoft.VisualBasic.Imaging.BitmapImage.BitmapResizer

02 Methods

NameOverloadsSummary
CubicInterpolation 1 Cubic interpolate
BilinearInterpolation 1 Bilinear interpolation
ByteArrayToByteMatrix 1
ByteMatrixToByteArray 1
ResizeImage 1
GetPixelValue 1

03 Members

method CubicInterpolation #
CubicInterpolation(Byte[0:,0:], Double)

Cubic interpolate

Parameters
NameTypeDescription
inputByte[0:,0:]

-

scaleDouble

-

method BilinearInterpolation #
BilinearInterpolation(Byte[0:,0:], Int32, Int32, Int32, Int32)

Bilinear interpolation

Parameters
NameTypeDescription
srcImageByte[0:,0:]

-

srcWidthInt32

-

srcHeightInt32

-

dstWidthInt32

-

dstHeightInt32

-

method ByteArrayToByteMatrix #
ByteArrayToByteMatrix(Byte(), Int32, Int32)
method ByteMatrixToByteArray #
ByteMatrixToByteArray(Byte())
method ResizeImage #
ResizeImage(Color(), Int32, Int32, Int32, Int32)
method GetPixelValue #
GetPixelValue(Byte(), Int32, Int32, Int32, Int32, BitmapResizer+EdgeHandlingMethod)