| 
 | 
                
                  | CaptureScreen Public Methods | 
                
                  | 
                      
                        | Capture |  
                        |  | Captures based on a Window Handle |  
                        | Public Function Capture(ByVal hWnd As IntPtr) As Bitmap |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  | ByVal 
			hWnd
			As
		IntPtr 
 |  
                        | Return Value: |  
                        |  | Bitmap |  
                        |  |  | 
                
                  | 
                      
                        | Capture |  
                        |  | Sets the Background Property as well as internal Width and Height figures |  
                        | Public Function Capture() As Bitmap |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  |  |  
                        | Return Value: |  
                        |  | Bitmap |  
                        |  |  | 
                
                  | 
                      
                        | Capture |  
                        |  | Captures as Bitmap a given Rectangular Area of a given Control |  
                        | Public Function Capture(ByVal OnControl As Control, ByVal CaptureArea As Rectangle) As Bitmap |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  | ByVal 
			OnControl
			As
		Control ByVal 
			CaptureArea
			As
		Rectangle
 
 |  
                        | Return Value: |  
                        |  | Bitmap |  
                        |  |  | 
                
                  | 
                      
                        | Capture |  
                        |  | Captures as Bitmap the rectangular area of a given Control |  
                        | Public Function Capture(ByVal OnControl As Control) As Bitmap |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  | ByVal 
			OnControl
			As
		Control 
 |  
                        | Return Value: |  
                        |  | Bitmap |  
                        |  |  | 
                
                  | 
                      
                        | LocationAsClientCoord |  
                        |  | Gives the Location of a given Control in its own Client Coordinates |  
                        | Public Shared Function LocationAsClientCoord(ByVal ForControl As Control) As Point |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  | ByVal 
			ForControl
			As
		Control 
 |  
                        | Return Value: |  
                        |  | Point |  
                        |  |  | 
                
                  | 
                      
                        | LocationAsScreenCoord |  
                        |  | Gives the Location of a given Control in Screen Coordinates |  
                        | Public Function LocationAsScreenCoord(ByVal ForControl As Control) As Point |  
                        | Remarks: |  
                        |  |  |  
                        | Parameters: |  
                        |  | ByVal 
			ForControl
			As
		Control 
 |  
                        | Return Value: |  
                        |  | Point |  
                        |  |  | 
                
                  |  | 
                
                  |  |