LitDev 1.2.24.0 DE
http://litdev.uk/LitDev.De.html Extension API

LD3DView LDArray LDBits LDBlueTooth LDCall
LDChart LDClient LDClipboard LDColours LDCommPort
LDController LDControls LDCursors LDDataBase LDDateTime
LDDebug LDDialogs LDDictionary LDEffect LDEmail
LDEncryption LDEvents LDFastArray LDFastShapes LDFigures
LDFile LDFocus LDftp LDGeography LDGraph
LDGraphicsWindow LDHashTable LDHID LDIcon LDImage
LDInline LDIOWarrior LDList LDLogic LDMath
LDMathX LDMatrix LDMusic LDNetwork LDPhysics
LDProcess LDQueue LDRegex LDResources LDScrollBars
LDSearch LDServer LDSettings LDShapes LDShell
LDSort LDSound LDSpeech LDStatistics LDStopwatch
LDText LDTextWindow LDTimer LDTranslate LDUnits
LDUtilities LDVector LDWaveForm LDWebCam LDWindows
LDxml LDZip

LDFigures
Einige weitere Shapes wie Sprechblasen, Bögen und Pfeile (Intern: Figure#).

AddArc AddBlockArrow AddCallout
AddLineArrow AddRegularPolygon

AddArc(width,height,startAngle,endAngle,thickness)
Fügt eine Bogen Shape hinzu (Intern: Figure#).
width Die Breite der Shape.
height Die Höhe der Shape.
startAngle Der Startwinkel [Grad].
endAngle Der Endwinkel [Grad].
thickness Die Strichdicke des Bogens [Pxl].
returns Der Name der Bogen Shape.

AddBlockArrow(width,height,thickness,arrowAngle,direction)
Fügt eine Blockpfeil Shape hinzu (Intern: Figure#).
width Die Breite der Shape.
height Die Höhe der Shape.
thickness Die relative Dicke des Pfeilschaftes (zB. 0.25).
arrowAngle Der Winkel der Pfeilspitze [Grad].
direction Die Pfeilrichtung ("Up", "Down", "Left" oder "Right").
returns Der Name der Blockpfeil Shape.

AddCallout(width,height,text,style,anchor)
Fügt eine Ballon (Sprechblase/Legende) Shape hinzu (Intern: Figure#).
width Die Breite der Shape.
height Die Höhe der Shape.
text Der Text in der Sprechblase.
style Der Ballonstil ("Cloud", "Oval", "Rectangle" oder "RoundedRectangle").
anchor Die Ankerposition der Hinweisspitze, relativ zur Ballongröße (zB. "X=0;Y=1.25;"). Sind beide <1, zB. "x=0;y=0;", weist die Spitze nach innen und ist verborgen.
returns Der Name der Ballon Shape.

AddLineArrow(width,height,size,bend,startArrow,endArrow,startCorner)
Fügt eine Strichpfeil Shape hinzu (Intern: Figure#) mit Eigenschaften GraphicsWindow.PenColor/PenWidth.
width Die Breite der Shape.
height Die Höhe der Shape.
size Die Größe der Pfeilspitze [Pxl].
bend Die Stärke der Pfeilbiegung (zB. 0 ist gerade, 0.5 ist sanft gebogen).
startArrow Der Startpfeiltyp ("None", "Arrow", "Open", "Oval" oder "Stealth").
endArrow Der Endpfeiltyp ("None", "Arrow", "Open", "Oval" oder "Stealth").
startCorner Die Position der Startecke ("BottomLeft", "BottomRight", "TopLeft" oder "TopRight"). Der Pfeil endet in der gegenüberliegenden Ecke.
returns Der Name der Pfeil Shape.

AddRegularPolygon(width,height,corners,radius)
Fügt eine regelmäßige Vieleck Shape hinzu (Intern: Figure#).
S. LDShapes.AddPolygon, -AddStar, -AddRegularPolygon.

width Die Breite der Shape.
height Die Höhe der Shape.
corners Die Anzahl der Ecken.
radius Ein Radius (relativ zum Umkreisradius) für Stern Shapes (zB. 1 für Fünfeck, 0.5 für 5-Punkte Stern).
returns Der Name der Vieleck Shape.