共用方式為


CGContext.PointToDeviceSpace(CGPoint) 方法

定義

傳回新的 PointF ,將使用者空間 point 轉換成裝置空間。

public CoreGraphics.CGPoint PointToDeviceSpace (CoreGraphics.CGPoint point);
member this.PointToDeviceSpace : CoreGraphics.CGPoint -> CoreGraphics.CGPoint

參數

point
CGPoint

使用者空間座標中的點。

傳回

適用於