You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Get & Set Std. GdPicture Image Properties > GetHeight Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GetHeight Method

Returns the height in pixel of a GdPicture image.

C#
public int GetHeight(
    int ImageID
);
Visual Basic
Public Function GetHeight(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

Height in pixel.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.