PurplePen.MapDisplay.DrawOcadMap C# (CSharp) Method

DrawOcadMap() private method

private DrawOcadMap ( IGraphicsTarget grTarget, RectangleF visRect, RenderOptions renderOptions ) : void
grTarget IGraphicsTarget
visRect System.Drawing.RectangleF
renderOptions RenderOptions
return void
        void DrawOcadMap(IGraphicsTarget grTarget, RectangleF visRect, RenderOptions renderOptions)
        {
            using (map.Write()) {
                map.Draw(grTarget, visRect, renderOptions, null);
            }
        }