C# 클래스 CrossUI.DrawingTransformExtensions

파일 보기 프로젝트 열기: pragmatrix/CrossUI

공개 메소드들

메소드 설명
PushTransform ( this space ) : IDisposable
Rotate ( this _, double radians, Point center = null ) : void
Scale ( this _, double sx, double sy, Point center = null ) : void
Translate ( this _, Vector delta ) : void

메소드 상세

PushTransform() 공개 정적인 메소드

public static PushTransform ( this space ) : IDisposable
space this
리턴 IDisposable

Rotate() 공개 정적인 메소드

public static Rotate ( this _, double radians, Point center = null ) : void
_ this
radians double
center Point
리턴 void

Scale() 공개 정적인 메소드

public static Scale ( this _, double sx, double sy, Point center = null ) : void
_ this
sx double
sy double
center Point
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( this _, Vector delta ) : void
_ this
delta CrossUI.Drawing.Vector
리턴 void