Click or drag to resize
IWebSiteGraphicsAddTextLines Method
Overlays lines of text onto the image.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image AddTextLines(
	Image image,
	IEnumerable<string> textLines,
	bool centreText,
	bool isHighDpi
)

Parameters

image
Type: System.DrawingImage
textLines
Type: System.Collections.GenericIEnumerableString
centreText
Type: SystemBoolean
isHighDpi
Type: SystemBoolean

Return Value

Type: Image
See Also