frmChooseScreenShot Member Details

frmChooseScreenShot Public Fields


frmChooseScreenShot Public Enumerations


frmChooseScreenShot Constructors
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Instantiates this Form for a given Windows Form to be imaged and the Root SheetOfAssertion of tne Graph Construction
Public Sub New(ByVal BaseForm As Form, ByVal Root As SheetOfAssertion)
Remarks:
Parameters:
ByVal BaseForm As Form
ByVal Root As SheetOfAssertion
New
Instantiates this Form for a given Windows Form to be imaged
Public Sub New(ByVal BaseForm As Form)
Remarks:
Parameters:
ByVal BaseForm As Form


frmChooseScreenShot Public Properties
ImagedForm
The Windows Form which is imaged or is the Locus of the image Category: Behavior
Public Property ImagedForm() As Form
Remarks:
IndexParameters:
Return Value:
Form
RootSA
Root SheetOfAssertion of the invoved Graph-Construction Category: Behavior
Public Property RootSA() As SheetOfAssertion
Remarks:
IndexParameters:
Return Value:
SheetOfAssertion


frmChooseScreenShot Public Methods
LocationAsClientCoord
Gives the Location of this Form in its own Client Coordinates
Public Function LocationAsClientCoord() As Point
Remarks:
Parameters:
Return Value:
Point
LocationAsScreenCoord
Gives the Location of this Form in Screen Coordinates
Public Function LocationAsScreenCoord() As Point
Remarks:
Parameters:
Return Value:
Point
MakeBitmap
Puts togrther the bitmap for the captured Image
Public Sub MakeBitmap(ByVal Pictured As Control, ByVal FileName As String, Optional ByVal SaveAsGif As Boolean=False)
Remarks:
Parameters:
ByVal Pictured As Control
ByVal FileName As String
Optional ByVal SaveAsGif As Boolean =False
Return Value:
Void


frmChooseScreenShot Public Events