←Select platform

Transform Property

Summary

Gets or sets the transformation to be applied when rendering the document.

Syntax
C#
VB
Objective-C
C++
Java
public LeadMatrix Transform { get; set; } 
Public Property Transform As LeadMatrix 
@property (nonatomic, assign) LeadMatrix transform 
public LeadMatrix getTransform() 
public void setTransform(LeadMatrix transform) 
public: 
property LeadMatrix Transform { 
   LeadMatrix get(); 
   void set (    LeadMatrix ); 
} 

Property Value

The transformation to be applied when rendering the document. The default value is LeadMatrix.Identity.

Remarks

This is a Leadtools.LeadMatrix instance that you can use to apply zooming, translation and rotation to the final document. The value of Transform will be applied to Bounds to calculate the final destination rectangle in pixels.

Example

For an example, refer to SvgDocument.Render.

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.Svg Assembly