Interface IImageInfo
Encapsulates properties that describe basic image information including dimensions, pixel type information and additional metadata.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IImageInfoProperties
| Improve this Doc View SourceHeight
Gets the height.
Declaration
int Height { get; }Property Value
| Type | Description | 
|---|---|
| Int32 | 
Metadata
Gets the metadata of the image.
Declaration
ImageMetadata Metadata { get; }Property Value
| Type | Description | 
|---|---|
| ImageMetadata | 
PixelType
Gets information about the image pixels.
Declaration
PixelTypeInfo PixelType { get; }Property Value
| Type | Description | 
|---|---|
| PixelTypeInfo | 
Width
Gets the width.
Declaration
int Width { get; }Property Value
| Type | Description | 
|---|---|
| Int32 |