Lumia.Imaging.Transforms Namespace

Contains types that can be used to transform the image spatially. Operations include scaling, rotating, and cropping.

Classes

  Class Description
Public class CropEffect
Crops the image to a specified region.
Dn859648.CropEffect(en-us,WIN.10).jpg
Public class CropFilter
Crops the image to a specified region.
Dn859648.CropFilter(en-us,WIN.10).jpg
Public class FlipEffect
Flips the image horizontally and/or vertically.
Dn859648.FlipEffect(en-us,WIN.10).jpg
Public class FlipFilter
Flips the image horizontally and/or vertically.
Dn859648.FlipFilter(en-us,WIN.10).jpg
Public class ImageAligner
Aligns a series of images that differ by small movements.
Public class ReframingEffect
Reframes the image to comprise a rectangle of any size inside or outside the current image. Reframing is done by specifying a reframing area by position and size, an angle of clockwise rotation, and a pivot point around which the reframing area is rotated.
Dn859648.ReframingEffect(en-us,WIN.10).jpg
Public class ReframingFilter
Reframes the image to comprise a rectangle of any size inside or outside the current image. Reframing is done by specifying a reframing area by position and size, an angle of clockwise rotation, and a pivot point around which the reframing area is rotated.
Dn859648.ReframingFilter(en-us,WIN.10).jpg
Public class RotationEffect
Rotates the image around its center in a clock-wise direction.
Dn859648.RotationEffect(en-us,WIN.10).jpg
Public class RotationFilter
Rotates the image around its center in a clock-wise direction.
Dn859648.RotationFilter(en-us,WIN.10).jpg
Public class ScaleEffect

Scales the image by a given factor, while preserving the aspect ratio.

Public class ScaleFilter

Scales the image by a given factor, while preserving the aspect ratio.

Enumerations

  Enumeration Description
Public enumeration AlignmentQuality
Quality of the alignment produced by the ImageAligner.
Public enumeration FlipMode
Flip modes employed by the flip effect. An image can be flipped around its horizontal or vertical axis as well as around both axes at once.