IWebSiteGraphicsCreateIPhoneSplash Method |
Creates an iPhone splash page image.
Namespace: VirtualRadar.Interface.WebSiteAssembly: 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
)
Function CreateIPhoneSplash (
webSiteAddress As String,
isIPad As Boolean,
pathParts As List(Of String)
) As Image
Image^ CreateIPhoneSplash(
String^ webSiteAddress,
bool isIPad,
List<String^>^ pathParts
)
abstract CreateIPhoneSplash :
webSiteAddress : string *
isIPad : bool *
pathParts : List<string> -> Image
Parameters
- webSiteAddress
- Type: SystemString
- isIPad
- Type: SystemBoolean
- pathParts
- Type: System.Collections.GenericListString
Return Value
Type:
ImageSee Also