Table of Contents

Interface ISvgTransform

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

SvgTransform is the interface for one of the component transformations within a SvgTransformList; thus, a SvgTransform object corresponds to a single component (e.g., "scale(..)" or "matrix(...)") within a transform attribute specification.

public interface ISvgTransform

Properties

Angle
InputValues
Matrix
TransformType
Type

Methods

SetMatrix(ISvgMatrix)
SetRotate(double, double, double)
SetScale(double, double)
SetSkewX(double)
SetSkewY(double)
SetTranslate(double, double)