Interface IImageSetHandler
Contains methods and properties which allow to work with image sets.
public interface IImageSetHandler : IImageContainer, IDisposable
Properties
- DefaultSize
Gets default image size.
Methods
- AsImage(SizeI)
Gets as image with the specified size.
- GetPreferredBitmapSizeAtScale(double)
Gets preferred image size for the specified scale factor.
- GetPreferredBitmapSizeFor(IControl)
Gets preferred image size for the specified control.
- LoadFromStream(Stream)
Adds image from the specified stream with the image data.