[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgScaleTransform

SvgScaleTransform Class

Represents a 'scale' function in the transform list.

Inheritance
SvgScaleTransform
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgScaleTransform : SvgTransform
Public Class SvgScaleTransform
    Inherits SvgTransform

Constructors

Name Description
SvgScaleTransform()

Initializes a new instance of the SvgScaleTransform class.

Properties

Name Description
ScaleX

Gets or sets the scale factor in the X direction.

ScaleY

Gets or sets the scale factor in the Y direction.