Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 340 Bytes

File metadata and controls

8 lines (5 loc) · 340 Bytes

UWP-ImageCropper

An ImageCropper control for the Universal Windows Platform.

  • Populated through a SourceImage dependency property, of type WriteableBitmap.

  • Templatable UI allows to select a region by dragging a corner, dragging the entire selection, and pinch gesture.

  • Exposes the result as CroppedImage, of type WriteableBitmap.