|
|
|
|
|
<picLayer variable>.EndDrawing (Function) In french: <Variable picCalque>.FinDessin Releases the memory used by the picLayer variable. Note: Calling the <picLayer variable>.EndDrawing function is optional.. The resources are automatically released when the window or page is closed. MonWDPic is WDPic = "Test.gif"
MonCalque is picLayer
...
MonCalque.FinDessin()
Syntax
<picLayer image>.EndDrawing()
<picLayer image>: picLayer variable Name of the picLayer variable to be used.
Related Examples:
|
Complete examples (WINDEV): WD Magnifier
[ + ] This example enables you to zoom part of the screen with a magnifier. The maximum zoom value is set to 8. Summary of the example supplied with WINDEV: The WLanguge function named dCopyBlt() and the WLanguage property named ..Opacity allow you to perform a capture of the Windows desktop at the location of a window without this window appearing in the screen shot. This example uses this tip to zoom the part of the screen found below the magnifier.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|