Click or drag to resize
IWebSiteGraphicsCreateIPhoneSplash Method
Creates an iPhone splash page image.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image CreateIPhoneSplash(
	string webSiteAddress,
	bool isIPad,
	List<string> pathParts
)

Parameters

webSiteAddress
Type: SystemString
isIPad
Type: SystemBoolean
pathParts
Type: System.Collections.GenericListString

Return Value

Type: Image
See Also