DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Build_3 | Methods | Properties
Builds an image layer.
// C# public void Build_3( WideString _path, ITGIS_CSCoordinateSystem _cs, ITGIS_Extent _ext, int _width, int _height );
' VisualBasic Public Sub Build_3( ByVal _path As WideString, ByVal _cs As ITGIS_CSCoordinateSystem, ByVal _ext As ITGIS_Extent, ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public procedure Build_3( _path : WideString; _cs : ITGIS_CSCoordinateSystem; _ext : ITGIS_Extent; _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_path | WideString | path to a layer; if empty then layer in-memory |
_cs | ITGIS_CSCoordinateSystem | Coordinate system of the layer |
_ext | ITGIS_Extent | extent of the layer expresses in Coordinate System units (_cs) |
_width | int Integer | width in pixels |
_height | int Integer | height in pixels; if 0 then is calculated according to _width and proportions of _ext |
To create a grid layer see method overloads.