IImageInfo public interface IImageInfo : IResourceInfo Contains information about an image file. Documentation Code int Height { get; } Gets the height of the image. int Width { get; } Gets the width of the image.