Sets a new Line Style.
public void SetLineStyle( double width, int rgb, int alpha );
width System.Double. The width of the line. rgb System.Int32. The integer RGB triplet. alpha System.Int32. The opacity. 0 is fully transparent, 100 is fully opaque.
The alpha parameter is the opacity. It should be between 0 (fully tranparent) and 100 (fully opaque).
© 2004-2005 GlobFX Technologies. All rights reserved. |