In This Topic
GdPicture14 Namespace / GdViewer Class / GetRegionTopPixels Method

GetRegionTopPixels Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Function GetRegionTopPixels( _

   ByVal RegionID As Integer _

) As Integer
public int GetRegionTopPixels( 

   int RegionID

)
public function GetRegionTopPixels( 

    RegionID: Integer

): Integer; 
public function GetRegionTopPixels( 

   RegionID : int

) : int;
public: int GetRegionTopPixels( 

   int RegionID

) 
public:

int GetRegionTopPixels( 

   int RegionID

) 

Parameters

RegionID
See Also