|
|
|
|
- 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).
MyWDPicImage is WDPic = "Test.gif" MyLayer is picLayer // Symmetry of layer with respect to a horizontal axis MyResult is boolean MyResult = MyLayer.HorizontalSymmetry() IF MyResult = False THEN Error("The operation failed") IMG_MyDrawing = MyWDPicImage
Syntax
<Result> = dHorizontalSymmetry(<Image>)
<Result>: Boolean - True if the symmetry was performed,
- 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|