IWebSiteGraphicsCreateBlankImage Method |
Creates a fully-transparent image of the size specified.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image CreateBlankImage(
int width,
int height
)
Function CreateBlankImage (
width As Integer,
height As Integer
) As Image
Image^ CreateBlankImage(
int width,
int height
)
abstract CreateBlankImage :
width : int *
height : int -> Image
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Return Value
Type:
ImageSee Also