The RotateNearestNeighbor type exposes the following members.

Constructors

  NameDescription
RotateNearestNeighborOverloaded.

Methods

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

Fields

  NameDescription
angle
Rotation angle.
(Inherited from BaseRotateFilter.)
fillColor
Fill color.
(Inherited from BaseRotateFilter.)
keepSize
Keep image size or not.
(Inherited from BaseRotateFilter.)

Properties

  NameDescription
Angle
Rotation angle, [0, 360].
(Inherited from BaseRotateFilter.)
FillColor
Fill color.
(Inherited from BaseRotateFilter.)
FormatTranslations
Format translations dictionary.
(Overrides BaseTransformationFilter..::.FormatTranslations.)
KeepSize
Keep image size or not.
(Inherited from BaseRotateFilter.)

See Also