C# 클래스 SharpVectors.Scripting.ScriptableSvgTransform

Implementation wrapper for IScriptableSvgTransform
상속: ScriptableObject, IScriptableSvgTransform
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
ScriptableSvgTransform ( object baseObject ) : System
setMatrix ( IScriptableSvgMatrix matrix ) : void
setRotate ( float angle, float cx, float cy ) : void
setScale ( float sx, float sy ) : void
setSkewX ( float angle ) : void
setSkewY ( float angle ) : void
setTranslate ( float tx, float ty ) : void

메소드 상세

ScriptableSvgTransform() 공개 메소드

public ScriptableSvgTransform ( object baseObject ) : System
baseObject object
리턴 System

setMatrix() 공개 메소드

public setMatrix ( IScriptableSvgMatrix matrix ) : void
matrix IScriptableSvgMatrix
리턴 void

setRotate() 공개 메소드

public setRotate ( float angle, float cx, float cy ) : void
angle float
cx float
cy float
리턴 void

setScale() 공개 메소드

public setScale ( float sx, float sy ) : void
sx float
sy float
리턴 void

setSkewX() 공개 메소드

public setSkewX ( float angle ) : void
angle float
리턴 void

setSkewY() 공개 메소드

public setSkewY ( float angle ) : void
angle float
리턴 void

setTranslate() 공개 메소드

public setTranslate ( float tx, float ty ) : void
tx float
ty float
리턴 void