Click or drag to resize
IWebSiteGraphicsCreateBlankImage Method
Creates a fully-transparent image of the size specified.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image CreateBlankImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Image
See Also