Returns an affine transform that maps user space coordinates to device space coordinates.
Original signature is 'CGAffineTransform CGContextGetUserSpaceToDeviceSpaceTransform ( CGContextRef c );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static CGAffineTransform GetUserSpaceToDeviceSpaceTransform( IntPtr c )
Public Shared Function GetUserSpaceToDeviceSpaceTransform ( _ c As IntPtr _ ) As CGAffineTransform
public: static CGAffineTransform GetUserSpaceToDeviceSpaceTransform( IntPtr c )

- c (IntPtr)
- MISSING

The affine transforms that maps the user space of the graphics context to the device space.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)