Property | Type | Description | |
---|---|---|---|
x0 | float | ||
xx | float | ||
xy | float | ||
y0 | float | ||
yx | float | ||
yy | float |
Method | Description | |
---|---|---|
CGAffineTransform ( float xx, float yx, float xy, float yy, float x0, float y0 ) : System | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
MakeIdentity ( ) : |
||
MakeRotation ( float angle ) : |
||
MakeScale ( float sx, float sy ) : |
||
MakeTranslation ( float tx, float ty ) : |
||
Multiply ( |
||
Multiply ( |
||
Rotate ( float angle ) : void | ||
Scale ( float sx, float sy ) : void | ||
ToString ( ) : String | ||
TransformPoint ( |
||
TransformRect ( |
||
Translate ( float tx, float ty ) : void | ||
operator ( ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
CGRectApplyAffineTransform ( |
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 | |
return | System |
public static MakeIdentity ( ) : |
||
return |
public static MakeRotation ( float angle ) : |
||
angle | float | |
return |
public static MakeScale ( float sx, float sy ) : |
||
sx | float | |
sy | float | |
return |
public static MakeTranslation ( float tx, float ty ) : |
||
tx | float | |
ty | float | |
return |
public static Multiply ( |
||
a | ||
b | ||
return |
public Multiply ( |
||
b | ||
return | void |
public TransformPoint ( |
||
point | ||
return |
public TransformRect ( |
||
rect | ||
return |
public Translate ( float tx, float ty ) : void | ||
tx | float | |
ty | float | |
return | void |
public static operator ( ) : |
||
return |