Gets partial bitmap of the control
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Bitmap GetPartialImage( Rect bounds ) |
| Visual Basic (Declaration) |
|---|
Public Function GetPartialImage ( _ bounds As Rect _ ) As Bitmap |
| Visual C++ |
|---|
public: Bitmap^ GetPartialImage( Rect bounds ) |
Parameters
- bounds
- Type: System.Windows..::.Rect
A rectangle relative to the top left corner of the control to take the image from
Return Value
A partial bitmap of the control
Remarks
bounds must be within the control's layout