|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<picLayer variable>.VerticalSymmetry (Function) In french: <Variable picCalque>.SymétrieVerticale Flips an image contained in a variable of type picLayer with respect to a vertical axis (symmetry with respect to a vertical axis).
MonImageWDPic is WDPic = "Test.gif"
MonCalque is picLayer
MonRésultat is boolean
MonRésultat = MonCalque.VerticalSymmetry()
IF MonRésultat = False THEN Error("L'opération a échoué")
IMG_MonDessin = MonImageWDPic
Syntax
<Result> = <picLayer image>.VerticalSymmetry()
<Result>: Boolean - True if symmetry has been achieved,
- False otherwise.
<picLayer image>: picLayer variable Name of the picLayer variable to be used. The symmetry is performed in relation to the median vertical axis of the image. The image is directly modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|