C# 클래스 SVGTransform, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 메소드들

메소드 설명
SVGTransform ( ) : System
SVGTransform ( Matrix2x3, matrix ) : System
SVGTransform ( string strKey, string strValue ) : System
SetMatrix ( Matrix2x3, m ) : void
SetRotate ( float rotateAngle ) : void
SetRotate ( float rotateAngle, float cx, float cy ) : void
SetScale ( float sx, float sy ) : void
SetSkewX ( float skewAngle ) : void
SetSkewY ( float skewAngle ) : void
SetTranslate ( float tx, float ty ) : void

메소드 상세

SVGTransform() 공개 메소드

public SVGTransform ( ) : System
리턴 System

SVGTransform() 공개 메소드

public SVGTransform ( Matrix2x3, matrix ) : System
matrix Matrix2x3,
리턴 System

SVGTransform() 공개 메소드

public SVGTransform ( string strKey, string strValue ) : System
strKey string
strValue string
리턴 System

SetMatrix() 공개 메소드

public SetMatrix ( Matrix2x3, m ) : void
m Matrix2x3,
리턴 void

SetRotate() 공개 메소드

public SetRotate ( float rotateAngle ) : void
rotateAngle float
리턴 void

SetRotate() 공개 메소드

public SetRotate ( float rotateAngle, float cx, float cy ) : void
rotateAngle float
cx float
cy float
리턴 void

SetScale() 공개 메소드

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

SetSkewX() 공개 메소드

public SetSkewX ( float skewAngle ) : void
skewAngle float
리턴 void

SetSkewY() 공개 메소드

public SetSkewY ( float skewAngle ) : void
skewAngle float
리턴 void

SetTranslate() 공개 메소드

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