| IWebSiteGraphicsAddTextLines Method | 
            Overlays lines of text onto the image.
            
 
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxImage AddTextLines(
	Image image,
	IEnumerable<string> textLines,
	bool centreText,
	bool isHighDpi
)
Function AddTextLines ( 
	image As Image,
	textLines As IEnumerable(Of String),
	centreText As Boolean,
	isHighDpi As Boolean
) As Image
Image^ AddTextLines(
	Image^ image, 
	IEnumerable<String^>^ textLines, 
	bool centreText, 
	bool isHighDpi
)
abstract AddTextLines : 
        image : Image * 
        textLines : IEnumerable<string> * 
        centreText : bool * 
        isHighDpi : bool -> Image 
Parameters
- image
- Type: System.DrawingImage
 
- textLines
- Type: System.Collections.GenericIEnumerableString
 
- centreText
- Type: SystemBoolean
 
- isHighDpi
- Type: SystemBoolean
 
Return Value
Type: 
Image See Also
See Also