An NDoc Documented Class Library

ScreenShot Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal snapShotPath As String, _ 
   ByVal thumbNailPath As String _ 
)
[C#]
public ScreenShot(
   string snapShotPath,
   string thumbNailPath
);
[C++]
public: ScreenShot(
   String* snapShotPath,
   String* thumbNailPath
);
[JScript]
public function ScreenShot(
   String snapShotPath,
   String thumbNailPath
);

See Also

ScreenShot Class | Reporting.Domain Namespace