CropFilter Constructor (Rect)

Creates and initializes a new CropFilter with a specified crop area.

Namespace: Lumia.Imaging.Transforms
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public:
CropFilter(
	[InAttribute] Rect cropArea
)

Parameters

cropArea
Type: Windows.Foundation::Rect
The crop area.

The coordinates are relative to the current coordinate system, which may be affected by preceding filters. The crop area can only be within the image area, otherwise ArgumentException will be thrown when applying the filter.

The crop area has to be within the image area, range x: [0, min(16383, image width)] y: [0, min(16383, image height)].

If the crop area has a width or height of 0, this filter will not be applied.

Lumia Imaging SDK

Supported in: 2.0
Show: