C# 클래스 Eto.iOS.Drawing.MatrixHandler

Handler for IMatrix
상속: Matrix.IHandler
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
Append ( IMatrix matrix ) : void
Clone ( ) : IMatrix
Create ( ) : void
Create ( float xx, float yx, float xy, float yy, float dx, float dy ) : void
Dispose ( ) : void
Invert ( ) : void
MatrixHandler ( ) : System
MatrixHandler ( CGAffineTransform matrix ) : System
Prepend ( IMatrix matrix ) : void
Rotate ( float angle ) : void
RotateAt ( float angle, float centerX, float centerY ) : void
Scale ( float scaleX, float scaleY ) : void
ScaleAt ( float scaleX, float scaleY, float centerX, float centerY ) : void
Skew ( float skewX, float skewY ) : void
TransformPoint ( Point p ) : Eto.Drawing.PointF
TransformPoint ( Eto.Drawing.PointF p ) : Eto.Drawing.PointF
Translate ( float x, float y ) : void

메소드 상세

Append() 공개 메소드

public Append ( IMatrix matrix ) : void
matrix IMatrix
리턴 void

Clone() 공개 메소드

public Clone ( ) : IMatrix
리턴 IMatrix

Create() 공개 메소드

public Create ( ) : void
리턴 void

Create() 공개 메소드

public Create ( float xx, float yx, float xy, float yy, float dx, float dy ) : void
xx float
yx float
xy float
yy float
dx float
dy float
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Invert() 공개 메소드

public Invert ( ) : void
리턴 void

MatrixHandler() 공개 메소드

public MatrixHandler ( ) : System
리턴 System

MatrixHandler() 공개 메소드

public MatrixHandler ( CGAffineTransform matrix ) : System
matrix MonoMac.CoreGraphics.CGAffineTransform
리턴 System

Prepend() 공개 메소드

public Prepend ( IMatrix matrix ) : void
matrix IMatrix
리턴 void

Rotate() 공개 메소드

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

RotateAt() 공개 메소드

public RotateAt ( float angle, float centerX, float centerY ) : void
angle float
centerX float
centerY float
리턴 void

Scale() 공개 메소드

public Scale ( float scaleX, float scaleY ) : void
scaleX float
scaleY float
리턴 void

ScaleAt() 공개 메소드

public ScaleAt ( float scaleX, float scaleY, float centerX, float centerY ) : void
scaleX float
scaleY float
centerX float
centerY float
리턴 void

Skew() 공개 메소드

public Skew ( float skewX, float skewY ) : void
skewX float
skewY float
리턴 void

TransformPoint() 공개 메소드

public TransformPoint ( Point p ) : Eto.Drawing.PointF
p Point
리턴 Eto.Drawing.PointF

TransformPoint() 공개 메소드

public TransformPoint ( Eto.Drawing.PointF p ) : Eto.Drawing.PointF
p Eto.Drawing.PointF
리턴 Eto.Drawing.PointF

Translate() 공개 메소드

public Translate ( float x, float y ) : void
x float
y float
리턴 void