DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SymbolLineHelper.DrawLine | Methods
Draw a line on the canvas. To be used internally by TatukGIS.
// C# public void DrawLine( IGIS_Viewer _viewer, ITGIS_DrawBuf _drawbuf, ITGIS_SymbolAbstract _sym, int _cnt );
' VisualBasic Public Sub DrawLine( ByVal _viewer As IGIS_Viewer, ByVal _drawbuf As ITGIS_DrawBuf, ByVal _sym As ITGIS_SymbolAbstract, ByVal _cnt As Integer )
// Oxygene public procedure DrawLine( _viewer : IGIS_Viewer; _drawbuf : ITGIS_DrawBuf; _sym : ITGIS_SymbolAbstract; _cnt : Integer );
Name | Type | Description |
---|---|---|
_viewer | IGIS_Viewer | viewer object |
_drawbuf | ITGIS_DrawBuf | line representation |
_sym | ITGIS_SymbolAbstract | symbol to be drawn |
_cnt | int Integer | number of parts in Viewer.DrawBuf |