C# Class Svg.Transforms.SvgShear

The class which applies the specified shear vector to this Matrix.
Inheritance: SvgTransform
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
Clone ( ) : object
SvgShear ( float x ) : System
SvgShear ( float x, float y ) : System
WriteToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : object
return object

SvgShear() public method

public SvgShear ( float x ) : System
x float
return System

SvgShear() public method

public SvgShear ( float x, float y ) : System
x float
y float
return System

WriteToString() public method

public WriteToString ( ) : string
return string