|
CreateConvexShape | ||
CreateConvexShape ShapeIndex, Size, NumbOfEdges | ||
Parameters: ShapeIndex = The Index of the shape you wish to create Size = The size of this shape NumbOfEdges = The number of edges |
||
Returns: NONE | ||
CreateConvexShape initializes a pre-built shape. The shape is built by generating points on a circle, where you define both the size (radius of this circle) and the number of points/edges to connect to form this shape. FACTS: * Shape builds a convex shape. Mini Tutorial: This example creates a convex shape, and draw it in point, edge and filled form.
This example would output.
|
Related Info: | CreateShape | GetShapeStatus | LoadShape | NewConvexShape | NewShape | SaveShape | ShapeQuantity : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |