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