C# Class System.Html.Media.Graphics.SVG.SVGTransform

Mostra file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
SVGTransform System.Runtime.CompilerServices

Public Methods

Method Description
SetMatrix ( SVGMatrix matrix ) : void
SetRotate ( double angle, double cx, double cy ) : void
SetScale ( double sx, double sy ) : void
SetSkewX ( double angle ) : void
SetSkewY ( double angle ) : void
SetTranslate ( double tx, double ty ) : void

Private Methods

Method Description
SVGTransform ( ) : System.Runtime.CompilerServices

Method Details

SetMatrix() public method

public SetMatrix ( SVGMatrix matrix ) : void
matrix SVGMatrix
return void

SetRotate() public method

public SetRotate ( double angle, double cx, double cy ) : void
angle double
cx double
cy double
return void

SetScale() public method

public SetScale ( double sx, double sy ) : void
sx double
sy double
return void

SetSkewX() public method

public SetSkewX ( double angle ) : void
angle double
return void

SetSkewY() public method

public SetSkewY ( double angle ) : void
angle double
return void

SetTranslate() public method

public SetTranslate ( double tx, double ty ) : void
tx double
ty double
return void