Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Transform Property






Gets or sets the transformation to be applied when rendering the document.
Syntax
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);
}

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

See Also

Reference

SvgRenderOptions Class
SvgRenderOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features