Interface IDimensions
Represents the size of an image.
Namespace: AdaptiveImages.Core
Assembly: AdaptiveImages.dll
Syntax
public interface IDimensions
Properties
Height
Image height in pixels.
Declaration
int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
Width
Image width in pixels.
Declaration
int Width { get; set; }
Property Value
Type | Description |
---|---|
int |