|  | ||
| 
 | 
 void Transform(ref SS_XYZ[] pts); 
 ref SS_XYZ[] pts; // A reference to an array of SS_XYZ's 
 
 | 
 | ||
| Synopsis | using SilverSharp; 
 The Transform method transforms all of the points in an array of 3D points by the SilverSharp.MATRIX object 
 | 
 | ||
| Parameters | pts is a reference to an array of SilverSharp.SS_XYZ objects 
 | 
 | ||
| Return Value | none 
 | 
 | ||
| See Also | 
 | 
 | ||
| Example | The following code creates an array of 3D points, builds a matrix to scale x and y coordinates by 2, then transforms the array and draws a polygon: 
 
 
 | 
 |