::

interface XBitmapCanvas
Base Hierarchy
XCanvas
 |
 +-XBitmapCanvas

Methods' Summary
copyRect Copy rectangular area from one place of the canvas to another. Source and destination areas are permitted to overlap.
queryBitmap Copy rectangular area of the size of the given bitmap from the canvas to the bitmap.
Methods' Details
copyRect
void
copyRect(
 
[in] Rectangle
[in] ViewState
[in] RenderState
 
rectangle,
viewState,
renderState );

Description
Copy rectangular area from one place of the canvas to another. Source and destination areas are permitted to overlap.
queryBitmap
void
queryBitmap(
 
[in] XBitmap
[in] ViewState
[in] RenderState
 
bitmap,
viewState,
renderState );

Description
Copy rectangular area of the size of the given bitmap from the canvas to the bitmap.
Top of Page