|
ScaleShape | ||
ScaleShape ShapeIndex, Scaler# | ||
Parameters: ShapeIndex = The Index of the shape you wish to rotate Scaler# = The amount to scale this shape by |
||
Returns: NONE | ||
ScaleShape permanently scales a shapes vertex. The command simply runs through all the shapes vertex (X and Y cooridnates) and multiplies them with the scaling value you provide. This is not to be confusing with the dynamic scaling that can be applied during rotation (See RotateShape), where such scaling onlu affects the rotated vertex and not the original vertex. FACTS: * ScaleShape changes the original vertex of the shape. Mini Tutorial: This example creates a convex shape, then draws it, will allowing the use the scale the shape, in or out.
This example would output.
|
Related Info: | DrawShape | RotateShape | RotateShapeXY | ScaleShapeXY : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |