Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IcoFrame Class / IcoFrame Constructor
The source bitmap for the ICO frame.
Encoding of the frame image.

In This Topic
    IcoFrame Constructor
    In This Topic
    Initializes a new instance of IcoFrame class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bitmap As GcBitmap, _
       ByVal encoding As IcoFrameEncoding _
    )
    public IcoFrame( 
       GcBitmap bitmap,
       IcoFrameEncoding encoding
    )

    Parameters

    bitmap
    The source bitmap for the ICO frame.
    encoding
    Encoding of the frame image.
    See Also