Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetTransform Method






The transform to apply to the surface.
Applies the specified transform to the surface, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
Syntax
public void SetTransform( 
   Matrix matrix
)
'Declaration
 
Public Sub SetTransform( _
   ByVal matrix As Matrix _
) 
'Usage
 
Dim instance As D2DSurface
Dim matrix As Matrix
 
instance.SetTransform(matrix)

            

            
public:
void SetTransform( 
   Matrix matrix
) 

Parameters

matrix
The transform to apply to the surface.
Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file