CGContext.PointToDeviceSpace(CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.