为什么drawRoundRectComplex()在ActionScript记录? [英] Why is drawRoundRectComplex() not documented in ActionScript?

查看:141
本文介绍了为什么drawRoundRectComplex()在ActionScript记录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在学习的ActionScript 3的图形类的,我遇到了无证 drawRoundRectComplex()方法。它是 drawRoundRect(),但有8个参数,最后四是每个角的直径(X,Y,宽度,高度,左上,右上,下一个变种左,右下图)。

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);
sp.graphics.drawRoundRectComplex(0, 0, 200, 150, 110, 50, 0, 10);
addChild(sp);

这似乎是一个pretty的有效方法,所以我只是好奇,如果任何人知道为什么土坯选择任何理由不将其记录下来?

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?

推荐答案

我相信这是记录在 mx.utils.GraphicUtils 类。

<一个href="http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/mx/utils/GraphicsUtil.html?filter_flex=4"相对=nofollow>链接。

这篇关于为什么drawRoundRectComplex()在ActionScript记录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆