ScaleBarGetImage Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draw a scalebar with the given width and height, representing the pixel size in miles.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Image GetImage(
double pixelsize,
int width,
int height,
Color bground,
Color text
)
Public Function GetImage (
pixelsize As Double,
width As Integer,
height As Integer,
bground As Color,
text As Color
) As Image
Parameters
- pixelsize
- Type: SystemDouble
Pixel size in miles. - width
- Type: SystemInt32
The desired width of the scale bar. - height
- Type: SystemInt32
The desired height of the scale bar. - bground
- Type: System.DrawingColor
The background Color. - text
- Type: System.DrawingColor
Color of the text.
Return Value
Type:
Imagean Image
See Also