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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly