GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / GetRegionTopPixels Method





In This Topic
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