CODTransform::Scale
Scales the transform.
Defined in: OdTransform.cpp
Syntax
void CODTransform::Scale(float fScaleX, float fScaleY)void CODTransform::Scale(float fScaleX, float fScaleY, float fOriginX, float fOriginY)
Return Value
void
Parameters
fScaleX
The horizontal scaling factor.
fScaleY
The vertical scaling factor.
fOriginX
The horizontal coordinate of the origin.
fOriginY
The vertical coordinate of the origin.