From 93eac1fb657492dda9141ebf34498d8d4971ce12 Mon Sep 17 00:00:00 2001 From: Thomas Broust Date: Wed, 25 Feb 2015 10:27:48 +0100 Subject: [PATCH] Adds reference for calculation Former-commit-id: 186a948ca7cf34b489a65d878feb97069fd82b03 Former-commit-id: 36bf23f00f9304f618acc77dddbfd03f706a368e --- src/ImageProcessor/Imaging/Rotation.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ImageProcessor/Imaging/Rotation.cs b/src/ImageProcessor/Imaging/Rotation.cs index 421216e00a..0b841c297a 100644 --- a/src/ImageProcessor/Imaging/Rotation.cs +++ b/src/ImageProcessor/Imaging/Rotation.cs @@ -46,6 +46,9 @@ /// Width of the image. /// Height of the image. /// The angle. + /// + /// Based on + /// /// The zoom needed public static float ZoomAfterRotation(int imageWidth, int imageHeight, float angle) {