←Select platform

MultiplyTransform Method

Summary

Multiplies the transformation of this surface and the specified matrix.

Syntax
C#
VB
C++
public void MultiplyTransform( 
   Matrix matrix 
) 
Public Sub MultiplyTransform( 
   ByVal matrix As Matrix 
) 
public:  
   void MultiplyTransform( 
      Matrix^ matrix 
   ) 

Parameters

matrix

The transform to be multiplied by the surface transform.

Remarks

The new transform for drawing surface will be the result of multiplying current surface transform with the input transform.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.