Свойство | Type | Description | |
---|---|---|---|
Class |
Méthode | Description | |
---|---|---|
Alloc ( ) : |
||
BoundingRectFor ( |
||
Copy ( ) : |
||
Description ( ) : NSString | ||
GetTransform ( ) : |
||
GetTransformStruct ( ) : |
||
Init ( ) : |
||
InitWithTransform ( |
||
Invert ( ) : void | ||
MakeIdentityMatrix ( ) : void | ||
PrependTransform ( |
||
RotateByDegrees ( double angle ) : void | ||
RotateByRadians ( double angleRad ) : void | ||
RotationAngle ( ) : double | ||
ScaleBy ( double scale ) : void | ||
ScaleTo ( double sx, double sy ) : void | ||
ScaleXByYBy ( double scaleX, double scaleY ) : void | ||
SetFrameOrigin ( |
||
SetFrameRotation ( double angle ) : void | ||
SetTransformStruct ( |
||
TransformPoint ( |
||
TransformSize ( |
||
TranslateXByYBy ( double tranX, double tranY ) : void |
Méthode | Description | |
---|---|---|
matrix_multiply ( |
public static Alloc ( ) : |
||
Résultat |
public BoundingRectFor ( |
||
rect | ||
newRect | ||
Résultat | void |
public static GetTransform ( ) : |
||
Résultat |
public GetTransformStruct ( ) : |
||
Résultat |
public InitWithTransform ( |
||
aTransform | ||
Résultat |
public PrependTransform ( |
||
aTransform | ||
Résultat | void |
public RotateByDegrees ( double angle ) : void | ||
angle | double | |
Résultat | void |
public RotateByRadians ( double angleRad ) : void | ||
angleRad | double | |
Résultat | void |
public ScaleTo ( double sx, double sy ) : void | ||
sx | double | |
sy | double | |
Résultat | void |
public ScaleXByYBy ( double scaleX, double scaleY ) : void | ||
scaleX | double | |
scaleY | double | |
Résultat | void |
public SetFrameOrigin ( |
||
point | ||
Résultat | void |
public SetFrameRotation ( double angle ) : void | ||
angle | double | |
Résultat | void |
public SetTransformStruct ( |
||
val | ||
Résultat | void |
public TransformPoint ( |
||
aPoint | ||
Résultat |
public TransformSize ( |
||
aSize | ||
Résultat |
public TranslateXByYBy ( double tranX, double tranY ) : void | ||
tranX | double | |
tranY | double | |
Résultat | void |