'Declaration Public Function New( _
ByVal streamИсходный поток.As System.IO.Stream, _
ByVal widthЛогическая ширина экрана.As System.Int32, _
ByVal heightЛогическая высота экрана.As System.Int32 _
)
public GifFile(
System.IO.Stream stream,
System.Int32 width,
System.Int32 height
)
public: GifFile(
System.IO.Stream* stream,
System.Int32 width,
System.Int32 height
)
public:
GifFile(
System.IO.Stream^ stream,
System.Int32 width,
System.Int32 height
)
Parameters
- stream
- Исходный поток.
- width
- Логическая ширина экрана.
- height
- Логическая высота экрана.