|
DeleteShapeEdge | ||
DeleteShapeEdge ShapeIndex, EdgeIindex | ||
Parameters: ShapeIndex = The Index of the shape you wish to change EdgeIindex = The index of the edge you wish to delete |
||
Returns: NONE | ||
DeleteShapeEdge allows the user change the number of the vertex and edges definitions a shape has. The command is sensitive to existing data, so when expanding the vertex/edge buffers, old data is not lost. However, if you reduce the number of vertex or edges, and one was in use, the you will loose that data. FACTS: * Shape Vertex indexes ranges between zero and MaxVertex-1 * Shape Edges indexes ranges between zero and MaxEdges-1 Mini Tutorial: This example creates a box like shape manually and draws it, then removes an edges and draws the result.
This example would output.
|
Related Info: | CreateConvexShape | CreateShape | LoadShape | SaveShape : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |