Pre-multiplies the transformation by another transformation.
[Visual Basic .NET] Public Sub PreMultiply ( _ ByVal preTransform As IAffineTransformation2D3GEN _ )
[C#] public void PreMultiply ( IAffineTransformation2D3GEN preTransform );
[C++]
HRESULT PreMultiply(
IAffineTransformation2D3GEN* preTransform
);
[C++]Parameters
preTransformpreTransform is a parameter of type IAffineTransformation2D3GEN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.