[]
Represents a single frame in ICO file.
public class IcoFrame : IDisposable
Public Class IcoFrame
Implements IDisposable
Name | Description |
---|---|
IcoFrame(GcBitmap, IcoFrameEncoding) | Initializes a new instance of IcoFrame class. |
Name | Description |
---|---|
Encoding | Gets the encoding of the frame image. |
Height | Gets the height of the image, in pixels. |
IsDisposed | Gets a value indicating whether the IcoFrame has been disposed of. |
Width | Gets the width of the image, in pixels. |
Name | Description |
---|---|
Dispose() | Clean up any resources being used. |
Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |
ToGcBitmap(GcBitmap) | Reads the frame image into an existing GcBitmap. |
ToGcBitmap(bool) | Gets the frame image as a GcBitmap. |
ToImage() | Creates an Image object for the frame. |