IASCanvas::CommitAt
This method sends a selected rectangle of the current off-screen bitmap to the screen.
Syntax
HRESULT CommitAt( long xDest, long yDest, long xSrc, long ySrc, long dx, long dy );
Parameters
- xDest
- Specifies the left edge of the target rectangle.
- yDest
- Specifies the upper edge of the target rectangle.
- xSrc
- Specifies the left edge of the source rectangle.
- ySrc
- Specifies the upper edge of the source rectangle.
- dx
- Specifies the width of the source rectangle.
- dy
- Specifies the height of the source rectangle.
Return Values
NOERROR indicates success. E_UNEXPECTED indicates that something unexpected happened.
See Also
IASCanvas::ClipAndCommit, IASCanvas::CommitFrom