NSValue.FromCGPoint(CGPoint) 方法

定义

创建存储 PointF 的 NSValue。

[Foundation.Export("valueWithCGPoint:")]
public static Foundation.NSValue FromCGPoint (CoreGraphics.CGPoint point);
[Foundation.Export("valueWithPoint:")]
public static Foundation.NSValue FromCGPoint (CoreGraphics.CGPoint point);
static member FromCGPoint : CoreGraphics.CGPoint -> Foundation.NSValue

参数

point
CGPoint

返回

属性

适用于