SetScales method
Sets the x-axis and y-axis scale factors.
Syntax
HRESULT retVal = object.SetScales(Scales);
Parameters
- Scales [in]
-
Type: float
Contains the x-axis and y-axis scale factors that the transform should use. The DXBNDID enumeration elements can be used to index the array.
Show: