←Select platform

Transform Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public LeadMatrix Transform { get; set; } 
Public Property Transform As Leadtools.LeadMatrix 
@property (nonatomic, assign) LeadMatrix transform 
public LeadMatrix getTransform() 
public void setTransform(LeadMatrix transform) 
             
public: 
property Leadtools.LeadMatrix Transform { 
   Leadtools.LeadMatrix get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly