GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / GetHeightInches Method
GdPicture image identifier.





In This Topic
GetHeightInches Method (GdPictureImaging)
In This Topic
Returns the height of a GdPicture image in inches .
Syntax
'Declaration
 
Public Function GetHeightInches( _
   ByVal ImageID As Integer _
) As Double
 

Parameters

ImageID
GdPicture image identifier.

Return Value

Height in inches.
See Also