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