Actionscript :: Why Is DrawRoundRectComplex() Not Documented

Mar 19, 2010

in studying actionscript 3's graphics class, i've come across the undocumented drawRoundRectComplex() method. it's a variant of drawRoundRect() but with 8 parameters, the final four being the diameter of each corner (x, y, width, height, top left, top right, bottom left, bottom right).

//example
var sp:Sprite = new Sprite();
sp.graphics.lineStyle(1, 0x000000);

[Code]...

this seems to be a pretty useful method, so i'm just curious if anyone knows of any reasons why adobe chose not to document it?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Undocumented Or 'bad-documented' Reference?

Jul 24, 2009

I am having some trouble to find AS3 information in the Adobe livedocs, and seems that sometimes I need to 'guess' things. For instances, I was looking for a property that could return me the path of a loaded picture, and I just found it because I tried the 'url' property by myself (I didnt find it documented this way anywhere). Does anybody out there know where to dig these small treasures?

[Code]....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved