DK for .NET | TatukGIS.NDK.TGIS_BitmapAbstract.ToStream | Overloads | Fields | Methods | Properties
Save bitmap to stream.
// C# public virtual abstract void ToStream( TObject _stream, TGIS_PixelFormat _format, TGIS_PixelSubFormat _subformat, int _compression );
' VisualBasic Public Overridable MustOverride Sub ToStream( ByVal _stream As TObject, ByVal _format As TGIS_PixelFormat, ByVal _subformat As TGIS_PixelSubFormat, ByVal _compression As Integer )
// Oxygene public procedure ToStream( _stream : TObject; _format : TGIS_PixelFormat; _subformat : TGIS_PixelSubFormat; _compression : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_stream | TObject | platform specific stream (like TStream for VCL) |
_format | TGIS_PixelFormat | output pixel format type |
_subformat | TGIS_PixelSubFormat | output pixel subformat type |
_compression | int Integer | compression level |