In This Topic
GdPicture14.WPF Namespace / GdViewer Class / GetRegionTopPixels Method

GetRegionTopPixels Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Function GetRegionTopPixels( _

   ByVal RegionID As Integer _

) As Double
public double GetRegionTopPixels( 

   int RegionID

)
public function GetRegionTopPixels( 

    RegionID: Integer

): Double; 
public function GetRegionTopPixels( 

   RegionID : int

) : double;
public: double GetRegionTopPixels( 

   int RegionID

) 
public:

double GetRegionTopPixels( 

   int RegionID

) 

Parameters

RegionID
See Also