Next: Getting Object Properties Up: Object related Commands Previous: Selecting Objects   Index

Setting Object Properties

LoadImage(''picture'', [``name''])
Loads the Picture ``picture'' into the Image Frame ``name''. If ``name'' is not given the currently selected Item is used.
ScaleImage(x-scaling, y-scaling, [``name''])
Sets the Scaling Factors of the Picture in the Image Frame ``name''. If ``name'' is not given the currently selected Item is used. A Number of 1 means 100 %.
SetCornerRadius(radius, [``name''])
Sets the Corner Radius of the Object ``name'' The Radius is expressed in Points. If ``name'' is not given the currently selected Item is used.
SetFillColor(''color'', [``name''])
Sets the Fill Color of the Object ``name'' to the Color ``color''. ``color'' is the Name of one of the defined Colors. If ``name'' is not given the currently selected Item is used.
SetFillShade(shade, [``name''])
Sets the shading of the Fill Color of the Object ``name'' to ``shade''. ``shade'' must be an Integer Value in the range from 0 (lightest) to 100 (full Color intensity). If ``name'' is not given the currently selected Item is used.
SetGradientFill(type, ``color1'', shade1, ``color2'', shade2, [''name''])
Sets the Gradient Fill of the Object ``name'' to type. Color Descriptions are the same as for ``SetFillColor'' and ``SetFillShade''.
SetLineCap(''cap'', [``name''])
Sets the Line Cap Style of the Object ``name'' to the Style ``cap''. If ``name'' is not given the currently selected Item is used. There are predefined Constants for ``cap''.
SetLineColor(''color'', [``name''])
Sets the Line Color of the Object ``name'' to the Color ``color''. If ``name'' is not given the currently selected Item is used.
SetMultiLine(``namedStyle'', [''name''])
Sets the Line Style of the Object ``name'' to the Named Style ``namedStyle'' If ``name'' is not given the currently selected Item is used.
SetLineJoin(''join'', [``name''])
Sets the Line Join Style of the Object ``name'' to the Style ``join''. If ``name'' is not given the currently selected Item is used. There are predefined Constants for ``join''.
SetLineShade(shade, [``name''])
Sets the shading of the Line Color of the Object ``name'' to ``shade''. ``shade'' must be an Integer Value in the range from 0 (lightest) to 100 (full Color intensity). If ``name'' is not given the currently selected Item is used.
SetLineStyle(''style'', [``name''])
Sets the Line Style of the Object ``name'' to the Style ``style''. If ``name'' is not given the currently selected Item is used. There are predefined Constants for ``style''.
SetLineWidth(width, [``name''])
Sets Line Width of the Object ``name'' to ``width''. ``width'' must be in the range from 0.0 to 12.0 inclusive. If ``name'' is not given the currently selected Item is used.


Next: Getting Object Properties Up: Object related Commands Previous: Selecting Objects   Index