IWebSiteGraphicsWidenImage Method |
Widens the image and centres the original image within it. The new pixels are transparent.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image WidenImage(
Image original,
int width,
bool centreHorizontally
)
Function WidenImage (
original As Image,
width As Integer,
centreHorizontally As Boolean
) As Image
Image^ WidenImage(
Image^ original,
int width,
bool centreHorizontally
)
abstract WidenImage :
original : Image *
width : int *
centreHorizontally : bool -> Image
Parameters
- original
- Type: System.DrawingImage
- width
- Type: SystemInt32
- centreHorizontally
- Type: SystemBoolean
Return Value
Type:
ImageSee Also