CGContext.PointToDeviceSpace(CGPoint) Method

Definition

Returns a new PointF that converts the user-space point into device space.

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

Parameters

point
CGPoint

A point in user-space coordinates.

Returns

Applies to