C# 클래스 MonoMac.CoreGraphics.CGAffineTransform

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

공개 프로퍼티들

프로퍼티 타입 설명
x0 float
xx float
xy float
y0 float
yx float
yy float

공개 메소드들

메소드 설명
CGAffineTransform ( float xx, float yx, float xy, float yy, float x0, float y0 ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int
MakeIdentity ( ) : CGAffineTransform
MakeRotation ( float angle ) : CGAffineTransform
MakeScale ( float sx, float sy ) : CGAffineTransform
MakeTranslation ( float tx, float ty ) : CGAffineTransform
Multiply ( CGAffineTransform a, CGAffineTransform b ) : CGAffineTransform
Multiply ( CGAffineTransform b ) : void
Rotate ( float angle ) : void
Scale ( float sx, float sy ) : void
ToString ( ) : String
TransformPoint ( PointF point ) : PointF
TransformRect ( RectangleF rect ) : RectangleF
Translate ( float tx, float ty ) : void
operator ( ) : CGAffineTransform
operator ( ) : bool

비공개 메소드들

메소드 설명
CGRectApplyAffineTransform ( RectangleF rect, CGAffineTransform t ) : RectangleF

메소드 상세

CGAffineTransform() 공개 메소드

public CGAffineTransform ( float xx, float yx, float xy, float yy, float x0, float y0 ) : System
xx float
yx float
xy float
yy float
x0 float
y0 float
리턴 System

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MakeIdentity() 공개 정적인 메소드

public static MakeIdentity ( ) : CGAffineTransform
리턴 CGAffineTransform

MakeRotation() 공개 정적인 메소드

public static MakeRotation ( float angle ) : CGAffineTransform
angle float
리턴 CGAffineTransform

MakeScale() 공개 정적인 메소드

public static MakeScale ( float sx, float sy ) : CGAffineTransform
sx float
sy float
리턴 CGAffineTransform

MakeTranslation() 공개 정적인 메소드

public static MakeTranslation ( float tx, float ty ) : CGAffineTransform
tx float
ty float
리턴 CGAffineTransform

Multiply() 공개 정적인 메소드

public static Multiply ( CGAffineTransform a, CGAffineTransform b ) : CGAffineTransform
a CGAffineTransform
b CGAffineTransform
리턴 CGAffineTransform

Multiply() 공개 메소드

public Multiply ( CGAffineTransform b ) : void
b CGAffineTransform
리턴 void

Rotate() 공개 메소드

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

Scale() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

TransformPoint() 공개 메소드

public TransformPoint ( PointF point ) : PointF
point System.Drawing.PointF
리턴 System.Drawing.PointF

TransformRect() 공개 메소드

public TransformRect ( RectangleF rect ) : RectangleF
rect System.Drawing.RectangleF
리턴 System.Drawing.RectangleF

Translate() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : CGAffineTransform
리턴 CGAffineTransform

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

x0 공개적으로 프로퍼티

public float x0
리턴 float

xx 공개적으로 프로퍼티

public float xx
리턴 float

xy 공개적으로 프로퍼티

public float xy
리턴 float

y0 공개적으로 프로퍼티

public float y0
리턴 float

yx 공개적으로 프로퍼티

public float yx
리턴 float

yy 공개적으로 프로퍼티

public float yy
리턴 float