C# 클래스 Smartmobili.Cocoa.NSAffineTransform

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
matrix_multiply ( NSAffineTransformStruct MA, NSAffineTransformStruct MB ) : NSAffineTransformStruct

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSAffineTransform
리턴 NSAffineTransform

BoundingRectFor() 공개 메소드

public BoundingRectFor ( NSRect rect, NSRect &newRect ) : void
rect NSRect
newRect NSRect
리턴 void

Copy() 공개 메소드

public Copy ( ) : id
리턴 id

Description() 공개 메소드

public Description ( ) : NSString
리턴 NSString

GetTransform() 공개 정적인 메소드

public static GetTransform ( ) : NSAffineTransform
리턴 NSAffineTransform

GetTransformStruct() 공개 메소드

public GetTransformStruct ( ) : NSAffineTransformStruct
리턴 NSAffineTransformStruct

Init() 공개 메소드

public Init ( ) : id
리턴 id

InitWithTransform() 공개 메소드

public InitWithTransform ( NSAffineTransform &aTransform ) : id
aTransform NSAffineTransform
리턴 id

Invert() 공개 메소드

public Invert ( ) : void
리턴 void

MakeIdentityMatrix() 공개 메소드

public MakeIdentityMatrix ( ) : void
리턴 void

PrependTransform() 공개 메소드

public PrependTransform ( NSAffineTransform &aTransform ) : void
aTransform NSAffineTransform
리턴 void

RotateByDegrees() 공개 메소드

public RotateByDegrees ( double angle ) : void
angle double
리턴 void

RotateByRadians() 공개 메소드

public RotateByRadians ( double angleRad ) : void
angleRad double
리턴 void

RotationAngle() 공개 메소드

public RotationAngle ( ) : double
리턴 double

ScaleBy() 공개 메소드

public ScaleBy ( double scale ) : void
scale double
리턴 void

ScaleTo() 공개 메소드

public ScaleTo ( double sx, double sy ) : void
sx double
sy double
리턴 void

ScaleXByYBy() 공개 메소드

public ScaleXByYBy ( double scaleX, double scaleY ) : void
scaleX double
scaleY double
리턴 void

SetFrameOrigin() 공개 메소드

public SetFrameOrigin ( NSPoint point ) : void
point NSPoint
리턴 void

SetFrameRotation() 공개 메소드

public SetFrameRotation ( double angle ) : void
angle double
리턴 void

SetTransformStruct() 공개 메소드

public SetTransformStruct ( NSAffineTransformStruct val ) : void
val NSAffineTransformStruct
리턴 void

TransformPoint() 공개 메소드

public TransformPoint ( NSPoint aPoint ) : NSPoint
aPoint NSPoint
리턴 NSPoint

TransformSize() 공개 메소드

public TransformSize ( NSSize aSize ) : NSSize
aSize NSSize
리턴 NSSize

TranslateXByYBy() 공개 메소드

public TranslateXByYBy ( double tranX, double tranY ) : void
tranX double
tranY double
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class