C# Class Smartmobili.Cocoa.NSAffineTransform

Inheritance: NSObject
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
Class Class

Méthodes publiques

Méthode Description
Alloc ( ) : NSAffineTransform
BoundingRectFor ( NSRect rect, NSRect &newRect ) : void
Copy ( ) : id
Description ( ) : NSString
GetTransform ( ) : NSAffineTransform
GetTransformStruct ( ) : NSAffineTransformStruct
Init ( ) : id
InitWithTransform ( NSAffineTransform &aTransform ) : id
Invert ( ) : void
MakeIdentityMatrix ( ) : void
PrependTransform ( NSAffineTransform &aTransform ) : void
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 ( NSPoint point ) : void
SetFrameRotation ( double angle ) : void
SetTransformStruct ( NSAffineTransformStruct val ) : void
TransformPoint ( NSPoint aPoint ) : NSPoint
TransformSize ( NSSize aSize ) : NSSize
TranslateXByYBy ( double tranX, double tranY ) : void

Private Methods

Méthode Description
matrix_multiply ( NSAffineTransformStruct MA, NSAffineTransformStruct MB ) : NSAffineTransformStruct

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSAffineTransform
Résultat NSAffineTransform

BoundingRectFor() public méthode

public BoundingRectFor ( NSRect rect, NSRect &newRect ) : void
rect NSRect
newRect NSRect
Résultat void

Copy() public méthode

public Copy ( ) : id
Résultat id

Description() public méthode

public Description ( ) : NSString
Résultat NSString

GetTransform() public static méthode

public static GetTransform ( ) : NSAffineTransform
Résultat NSAffineTransform

GetTransformStruct() public méthode

public GetTransformStruct ( ) : NSAffineTransformStruct
Résultat NSAffineTransformStruct

Init() public méthode

public Init ( ) : id
Résultat id

InitWithTransform() public méthode

public InitWithTransform ( NSAffineTransform &aTransform ) : id
aTransform NSAffineTransform
Résultat id

Invert() public méthode

public Invert ( ) : void
Résultat void

MakeIdentityMatrix() public méthode

public MakeIdentityMatrix ( ) : void
Résultat void

PrependTransform() public méthode

public PrependTransform ( NSAffineTransform &aTransform ) : void
aTransform NSAffineTransform
Résultat void

RotateByDegrees() public méthode

public RotateByDegrees ( double angle ) : void
angle double
Résultat void

RotateByRadians() public méthode

public RotateByRadians ( double angleRad ) : void
angleRad double
Résultat void

RotationAngle() public méthode

public RotationAngle ( ) : double
Résultat double

ScaleBy() public méthode

public ScaleBy ( double scale ) : void
scale double
Résultat void

ScaleTo() public méthode

public ScaleTo ( double sx, double sy ) : void
sx double
sy double
Résultat void

ScaleXByYBy() public méthode

public ScaleXByYBy ( double scaleX, double scaleY ) : void
scaleX double
scaleY double
Résultat void

SetFrameOrigin() public méthode

public SetFrameOrigin ( NSPoint point ) : void
point NSPoint
Résultat void

SetFrameRotation() public méthode

public SetFrameRotation ( double angle ) : void
angle double
Résultat void

SetTransformStruct() public méthode

public SetTransformStruct ( NSAffineTransformStruct val ) : void
val NSAffineTransformStruct
Résultat void

TransformPoint() public méthode

public TransformPoint ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
Résultat NSPoint

TransformSize() public méthode

public TransformSize ( NSSize aSize ) : NSSize
aSize NSSize
Résultat NSSize

TranslateXByYBy() public méthode

public TranslateXByYBy ( double tranX, double tranY ) : void
tranX double
tranY double
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class