Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgRenderOptions Class : Transform Property |
public LeadMatrix Transform {get; set;}
'Declaration
Public Property Transform As LeadMatrix
'Usage
Dim instance As SvgRenderOptions Dim value As LeadMatrix instance.Transform = value value = instance.Transform
@property (nonatomic, assign) LeadMatrix transform
public LeadMatrix getTransform() public void setTransform(LeadMatrix transform)
public: property LeadMatrix Transform { LeadMatrix get(); void set ( LeadMatrix value); }
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.
For an example, refer to SvgDocument.Render.