DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixelSubFormat.Create | Constructors | Methods | Properties
Constructor.
// C# public TGIS_LayerPixelSubFormat( TGIS_PixelFormat _pixelformat, bool _grayscale, TGIS_PixelSubFormat _subformat, TGIS_CompressionType _compression, int _level );
' VisualBasic Public Sub New( ByVal _pixelformat As TGIS_PixelFormat, ByVal _grayscale As Boolean, ByVal _subformat As TGIS_PixelSubFormat, ByVal _compression As TGIS_CompressionType, ByVal _level As Integer )
// Oxygene public constructor ( _pixelformat : TGIS_PixelFormat; _grayscale : Boolean; _subformat : TGIS_PixelSubFormat; _compression : TGIS_CompressionType; _level : Integer );
Name | Type | Description |
---|---|---|
_pixelformat | TGIS_PixelFormat | Format of pixel files (number of bits per pixel). |
_grayscale | bool Boolean | True if file is grayscale. |
_subformat | TGIS_PixelSubFormat | Sub-format used. |
_compression | TGIS_CompressionType | Compression type. |
_level | int Integer | Compression level. |