ImageExtensions Class

WebExtensions for image functions

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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