다음을 통해 공유


NSAffineTransform 생성자

정의

오버로드

NSAffineTransform()
NSAffineTransform(NSAffineTransform)
NSAffineTransform(NSCoder)
NSAffineTransform(NSObjectFlag)
NSAffineTransform(IntPtr)

NSAffineTransform()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform ();
특성

적용 대상

NSAffineTransform(NSAffineTransform)

[Foundation.Export("initWithTransform:")]
public NSAffineTransform (Foundation.NSAffineTransform transform);
new Foundation.NSAffineTransform : Foundation.NSAffineTransform -> Foundation.NSAffineTransform

매개 변수

transform
NSAffineTransform
특성

적용 대상

NSAffineTransform(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform (Foundation.NSCoder coder);
new Foundation.NSAffineTransform : Foundation.NSCoder -> Foundation.NSAffineTransform

매개 변수

coder
NSCoder
특성

적용 대상

NSAffineTransform(NSObjectFlag)

protected NSAffineTransform (Foundation.NSObjectFlag t);
new Foundation.NSAffineTransform : Foundation.NSObjectFlag -> Foundation.NSAffineTransform

매개 변수

적용 대상

NSAffineTransform(IntPtr)

protected internal NSAffineTransform (IntPtr handle);
new Foundation.NSAffineTransform : nativeint -> Foundation.NSAffineTransform

매개 변수

handle
IntPtr

nativeint

적용 대상