The ResizeNearestNeighbor type exposes the following members.

Constructors

  NameDescription
ResizeNearestNeighbor
Initializes a new instance of the ResizeNearestNeighbor class.

Methods

  NameDescription
ApplyOverloaded.
CalculateNewImageSize
Calculates new image size.
(Inherited from BaseResizeFilter.)
ProcessFilter
Process the filter on the specified image.
(Overrides BaseTransformationFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).)

Fields

  NameDescription
newHeight
New image height.
(Inherited from BaseResizeFilter.)
newWidth
New image width.
(Inherited from BaseResizeFilter.)

Properties

  NameDescription
FormatTranslations
Format translations dictionary.
(Overrides BaseTransformationFilter..::.FormatTranslations.)
NewHeight
Height of the new resized image.
(Inherited from BaseResizeFilter.)
NewWidth
Width of the new resized image.
(Inherited from BaseResizeFilter.)

See Also