This document is archived and information here might be outdated. Recommended version. |
Post-multiplies the transformation by another transformation.
[Visual Basic .NET] Public Sub PostMultiply ( _ ByVal postTransform As IAffineTransformation2D3GEN _ )
[C#] public void PostMultiply ( IAffineTransformation2D3GEN postTransform );
[C++]
HRESULT PostMultiply(
IAffineTransformation2D3GEN* postTransform
);
[C++]
Parameters postTransform
postTransform is a parameter of type IAffineTransformation2D3GEN*