Interface ISizeConstraint
Represents minimum size constraints for an original image or cropping thereof
Namespace: AdaptiveImages.Core
Assembly: AdaptiveImages.dll
Syntax
public interface ISizeConstraint
Properties
MinimumHeight
The minimum height, in pixels, allowed for an original image or cropping thereof
Declaration
int MinimumHeight { get; }
Property Value
Type | Description |
---|---|
int |
MinimumWidth
The minimum width, in pixels, allowed for an original image or cropping thereof
Declaration
int MinimumWidth { get; }
Property Value
Type | Description |
---|---|
int |