MapAround.Web.Wms.WmsFeatureRender.FlushTitles C# (CSharp) Method

FlushTitles() protected method

Overriding the DefaultFeatureRenderer.FlushTitles(System.Drawing.Graphics,MapAround.Geometry.BoundingRectangle,double).
protected FlushTitles ( Graphics g, BoundingRectangle viewBox, double scaleFactor ) : void
g System.Drawing.Graphics
viewBox BoundingRectangle
scaleFactor double
return void
        protected override void FlushTitles(Graphics g, BoundingRectangle viewBox, double scaleFactor)
        {
            // In a place that would render the inscription simply collect them all together.
            _allTitleInfo.AddRange(_titleBuffer);            
           return;

            
        }