Contains possible values corresponding to frame loading modes.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration LoadingMode
public enum LoadingMode
Member name | Description | |
---|---|---|
Thumbnail |
Resized bitmap (thumbnail). |
|
Bitmap |
Original bitmap. |
Depending on these values, the LoadFrameBitmap() method should either load full bitmap from the file, or resize it on the fly. If the image should be resized, you can determine thumbnail size using the GetThumbnailWidthToLoad() and GetThumbnailHeightToLoad() methods.