Interface IImageFrame
A single image frame within an IImageContainer
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface IImageFrame
Properties
PixelSource
The IPixelSource to retrieve pixels from this image frame.
Declaration
IPixelSource PixelSource { get; }
Property Value
Type | Description |
---|---|
IPixelSource |