GdPicture image identifier.





In This Topic

GetWidthInches Method (GdPictureImaging)

In This Topic
Returns the width of a GdPicture image in inches.
Syntax
'Declaration
 
Public Function GetWidthInches( _
   ByVal ImageID As Integer _
) As Double
public double GetWidthInches( 
   int ImageID
)
public function GetWidthInches( 
    ImageID: Integer
): Double; 
public function GetWidthInches( 
   ImageID : int
) : double;
public: double GetWidthInches( 
   int ImageID
) 
public:
double GetWidthInches( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

Width in inches.
See Also