|
|
|
|
|
- Use in prefix syntax
- Drawing in PHP
- Drawing in Browser code
<WDPic variable>.EndDrawing (Function) In french: <Variable WDPic>.FinDessin Releases the memory used by the WDPic variable. Remark: The call to <WDPic variable>.EndDrawing is optional. The resources are automatically released when the window or page is closed.
MyWDPic is WDPic = "Test.gif" ... // Destroy drawing in the WDPic variable MyWDPic.EndDrawing()
Syntax
<WDPic image>.EndDrawing()
<WDPic image>: WDPic variable Name of the WDPic variable to be used. Only the background layer will be handled.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|