Welcome
ShapeEx
1.0.0.1
Freeware
Dean Hall (AKA) RizlaUK
www.luadevils.com
rizlauk@luadevils.com
Requires Win2000 Or Above
ShapeEx.SetStyle
ShapeEx.GetStyle
ShapeEx.SetRounded
ShapeEx.GetRounded
ShapeEx.SetAngle
ShapeEx.GetAngle
ShapeEx.SetOutlineColor
ShapeEx.GetOutlineColor
ShapeEx.SetOutlineWidth
ShapeEx.GetOutlineWidth
ShapeEx.SetFillColor
ShapeEx.GetFillColor
ShapeEx.SetPush
ShapeEx.GetPush
ShapeEx.SetPushDir
ShapeEx.GetPushDir
ShapeEx.SetRPNumSides
ShapeEx.GetRPNumSides
ShapeEx.SetRPEnableStar
ShapeEx.GetRPEnableStar
ShapeEx.SetRPAngle
ShapeEx.GetRPAngle
ShapeEx.SetStyle ( | (string) ObjectName, (number) Style ) |
Sets the shape style.
(string) The name of the ShapeEx object.
(number) The style of shape to set.
CONSTANT | VALUE | DESCRIPTION |
SHAPEEX_RECT | 0 | NA |
SHAPEEX_ROUNDRECT | 1 | NA |
SHAPEEX_ELLIPSE | 2 | NA |
SHAPEEX_TRIANGLE | 3 | NA |
SHAPEEX_PIE | 4 | NA |
SHAPEEX_CHORD | 5 | NA |
SHAPEEX_RHOMBUS | 6 | NA |
SHAPEEX_PARALLELOGRAM | 7 | NA |
SHAPEEX_TRAPEZIUM | 8 | NA |
SHAPEEX_REGULARPOLYGON | 9 | NA |
This action dose not return any value.
(number) ShapeEx.GetStyle ( | (string) ObjectName ) |
Gets the shape style.
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetRounded ( | (string) ObjectName, (number) Width, (number) Height ) |
Sets the curve setting of a rounded rectangle..
(string) The name of the ShapeEx object.
(number) The width of the rounded area.
(number) The height of the rounded area.
This action dose not return any value.
(table) ShapeEx.GetRounded ( | (string) ObjectName ) |
Gets the curve setting of a rounded rectangle..
(string) The name of the ShapeEx object.
(table)
ShapeEx.SetAngle ( | (string) ObjectName, (number) Start, (number) End ) |
Sets the angle setting of a pie or chord.
(string) The name of the ShapeEx object.
(number) The start angle (0-360).
(number) The end angle (0-360).
This action dose not return any value.
(table) ShapeEx.GetAngle ( | (string) ObjectName ) |
Gets the angle setting of a pie or chord.
(string) The name of the ShapeEx object.
(table)
ShapeEx.SetOutlineColor ( | (string) ObjectName, (number) Color ) |
Sets the outline (border) color.
(string) The name of the ShapeEx object.
(number) The color of the outline.
This action dose not return any value.
(number) ShapeEx.GetOutlineColor ( | (string) ObjectName ) |
Gets the outline (border) color.
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetOutlineWidth ( | (string) ObjectName, (number) Width ) |
Sets the outline (border) width.
(string) The name of the ShapeEx object.
(number) The width of the outline.
This action dose not return any value.
(number) ShapeEx.GetOutlineWidth ( | (string) ObjectName ) |
Gets the outline (border) width.
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetFillColor ( | (string) ObjectName, (number) Color ) |
Sets the fill color.
(string) The name of the ShapeEx object.
(number) The color to fill the shape.
This action dose not return any value.
(number) ShapeEx.GetFillColor ( | (string) ObjectName ) |
Gets the fill color.
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetPush ( | (string) ObjectName, (number) Push ) |
Sets the push angle for parallelogram and trapezium shapes .
(string) The name of the ShapeEx object.
(number) The push ammount.
This action dose not return any value.
(number) ShapeEx.GetPush ( | (string) ObjectName ) |
Gets the push angle for parallelogram and trapezium shapes .
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetPushDir ( | (string) ObjectName, (number) PushDir ) |
Sets the push direction for parallelogram and trapezium shapes .
(string) The name of the ShapeEx object.
(number) The push direction.
This action dose not return any value.
(number) ShapeEx.GetPushDir ( | (string) ObjectName ) |
Gets the push direction for parallelogram and trapezium shapes .
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetRPNumSides ( | (string) ObjectName, (number) Sides ) |
Sets the number of sides for a regular polygon shape.
(string) The name of the ShapeEx object.
(number) The number of sides for the polygon.
This action dose not return any value.
(number) ShapeEx.GetRPNumSides ( | (string) ObjectName ) |
Gets the number of sides for a regular polygon shape.
(string) The name of the ShapeEx object.
(number)
ShapeEx.SetRPEnableStar ( | (string) ObjectName, (boolean) Enable ) |
Sets the value of the star format for a regular polygon shape.
(string) The name of the ShapeEx object.
(boolean) True to enable the star format.
This action dose not return any value.
(boolean) ShapeEx.GetRPEnableStar ( | (string) ObjectName ) |
Gets the value of the star format for a regular polygon shape.
(string) The name of the ShapeEx object.
(boolean)
ShapeEx.SetRPAngle ( | (string) ObjectName, (number) Angle ) |
Sets the angle of the regular polygon shape..
(string) The name of the ShapeEx object.
(number) The angle for the shape (0-360)
This action dose not return any value.
(number) ShapeEx.GetRPAngle ( | (string) ObjectName ) |
Gets the angle of the regular polygon shape..
(string) The name of the ShapeEx object.
(number)
This File Was Generated With AMS ActionFile Editor