DK11 for Delphi | GisTypes.TGIS_RendererMultipassMode | Enums
Mode of multipass shape rendering. Used for nice street junction drawing. Used by TGIS_Shape.Draw.
// Delphi type TGIS_RendererMultipassMode = ( Line = $01, Outline = $02, Single = $03 );
// C++ Builder enum DECLSPEC_DENUM TGIS_RendererMultipassMode unsigned short { 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. | |