DK11 for ActiveX | TatukGIS_XDK11.TGIS_RendererMultipassMode | Enums
Mode of multipass shape rendering. Used for nice street junction drawing. Used by TGIS_Shape.Draw.
// C# public enum TGIS_RendererMultipassMode { Line = $01, Outline = $02, Single = $03 }
' VisualBasic Public Enum TGIS_RendererMultipassMode Line = $01 Outline = $02 Single = $03 End Enum
// Oxygene type TGIS_RendererMultipassMode = public ( Line = $01, Outline = $02, Single = $03 );
Name | Value | Description | |
---|---|---|---|
Line | $01 | Draw only line itself. | |
Outline | $02 | Draw only outline . | |
Single | $03 | Draw shape line single step. | |