NSValue.FromCGAffineTransform(CGAffineTransform) 方法

定义

创建一个包装 CGAffineTransform 对象的 NSValue。

[Foundation.Export("valueWithCGAffineTransform:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromCGAffineTransform (CoreGraphics.CGAffineTransform tran);
static member FromCGAffineTransform : CoreGraphics.CGAffineTransform -> Foundation.NSValue

参数

返回

属性

适用于