SetTransform Method

Summary
Applies the specified transform to the surface, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
Syntax
C#
VB
C++
public void SetTransform( 
   Matrix matrix 
) 
  
Public Sub SetTransform( _ 
   ByVal matrix As Matrix _ 
)  
public: 
void SetTransform(  
   Matrix matrix 
)  

Parameters

matrix
The transform to apply to the surface.

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.