Returns a frame with specified index. This frame contains a bitmap and possible other details describing it.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Int32
Index of the frame. Cannot exceed value specified with FrameCount property.Frames loaded with this method are not cached. It means that if you load a frame with some index, do some changes in this frame, and then load this frame through this method again, all changes will be lost.