The ResizeNearestNeighbor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResizeNearestNeighbor |
Initializes a new instance of the ResizeNearestNeighbor class.
|
Methods
Name | Description | |
---|---|---|
![]() | Apply | Overloaded. |
![]() | CalculateNewImageSize |
Calculates new image size.
(Inherited from BaseResizeFilter.) |
![]() | ProcessFilter |
Process the filter on the specified image.
(Overrides BaseTransformationFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).) |
Fields
Name | Description | |
---|---|---|
![]() | newHeight |
New image height.
(Inherited from BaseResizeFilter.) |
![]() | newWidth |
New image width.
(Inherited from BaseResizeFilter.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.) |