MonobjcMonobjc Documented Class Library
ConvertPointToUserSpace Method (c, point)
NamespacesMonobjc.ApplicationServicesCGContextConvertPointToUserSpace(IntPtr, CGPoint)

Returns a point that is transformed from device space coordinates to user space coordinates.

Original signature is 'CGPoint CGContextConvertPointToUserSpace ( CGContextRef c, CGPoint point );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGPoint ConvertPointToUserSpace(
	IntPtr c,
	CGPoint point
)
Public Shared Function ConvertPointToUserSpace ( _
	c As IntPtr, _
	point As CGPoint _
) As CGPoint
public:
static CGPoint ConvertPointToUserSpace(
	IntPtr c, 
	CGPoint point
)
Parameters
c (IntPtr)
MISSING
point (CGPoint)
MISSING
Return Value
The coordinates of the point in user space coordinates.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)