Scales the object about its center by the specified scaling factors.
Syntax
object.Scale(v);
Parameters
- v [in, ref] 
 Type: const CDXV_C- Vector containing the scaling factors for each dimension. 
Return value
This method does not return a value.
Scales the object about its center by the specified scaling factors.
object.Scale(v);
v [in, ref]
Type: const CDXV_C
Vector containing the scaling factors for each dimension.
This method does not return a value.