共用方式為


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

傳回

屬性

適用於