[]
Represents a 'scale' function in the transform list.
public class SvgScaleTransform : SvgTransform
Public Class SvgScaleTransform
Inherits SvgTransform
| Name | Description |
|---|---|
| SvgScaleTransform() | Initializes a new instance of the SvgScaleTransform class. |
| Name | Description |
|---|---|
| ScaleX | Gets or sets the scale factor in the X direction. |
| ScaleY | Gets or sets the scale factor in the Y direction. |