ImageExtensions Class

WebExtensions for image functions

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static class ImageExtensions
Inheritance
Object    ImageExtensions

Methods

FitImageToMaxSize Checks if an image is too large in width/height. If so, resizes it while retaining aspect ratio.
ResizeAndCrop Resizes an image, then crops the left/right side or top/bottom side of the image to make it fit

See Also