BmpRenderer Class

Summary: A Renderer that renders Map into BMP file.

Module: aspose.gis.rendering.formats.bmp

Full Name: aspose.gis.rendering.formats.bmp.BmpRenderer

Inheritance: Renderer

Aspose.PSD Version: 25.9.0

Methods

NameDescription
render(map, output_path)Renders map.
render(map, output_path)Renders map.

Method: render(map, output_path)

 render(map, output_path) 

Renders map.

Parameters:

ParameterTypeDescription
mapMapMap to render.
output_pathstringPath to the output file.

Method: render(map, output_path)

 render(map, output_path) 

Renders map.

Parameters:

ParameterTypeDescription
mapMapMap to render.
output_pathAbstractPathPath to the output file.