←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly