IWebSiteGraphicsHeightenImage Method |
Heightens 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 HeightenImage(
Image original,
int height,
bool centreVertically
)
Function HeightenImage (
original As Image,
height As Integer,
centreVertically As Boolean
) As Image
Image^ HeightenImage(
Image^ original,
int height,
bool centreVertically
)
abstract HeightenImage :
original : Image *
height : int *
centreVertically : bool -> Image
Parameters
- original
- Type: System.DrawingImage
- height
- Type: SystemInt32
- centreVertically
- Type: SystemBoolean
Return Value
Type:
ImageSee Also