GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / GetHeightInches Method

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
public double GetHeightInches( 
   int ImageID
)
public function GetHeightInches( 
    ImageID: Integer
): Double; 
public function GetHeightInches( 
   ImageID : int
) : double;
public: double GetHeightInches( 
   int ImageID
) 
public:
double GetHeightInches( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

Height in inches.
See Also