customAlignment method
(Undocumented) @expose @param v @param offx @param offy @param subw @param subh @returns
Implementation
_i7.Array<_i2.num> customAlignment(
_i3.TreeVertex v,
_i2.num offx,
_i2.num offy,
_i2.num subw,
_i2.num subh,
) =>
_i4.callMethod(
this,
'customAlignment',
[
v,
offx,
offy,
subw,
subh,
],
);