[VB] | Public Sub clone(d As DrawArea, x As Integer, y As Integer, align As Integer [, newWidth As Integer [, newHeight As Integer [, filter As Integer [, blur As Double ]]]]) |
[C#] | public void clone(DrawArea d, int x, int y, int align [, int newWidth [, int newHeight [, int filter [, double blur ]]]]); |