Fills in a point using the contents of the specified dictionary.
Original signature is 'bool CGPointMakeWithDictionaryRepresentation( CFDictionaryRef dict, CGPoint *point );'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static bool CGPointMakeWithDictionaryRepresentation( NSDictionary dict, out CGPoint point )
Public Shared Function CGPointMakeWithDictionaryRepresentation ( _ dict As NSDictionary, _ <OutAttribute> ByRef point As CGPoint _ ) As Boolean
public: static bool CGPointMakeWithDictionaryRepresentation( NSDictionary^ dict, [OutAttribute] CGPoint% point )

- dict (NSDictionary)
- MISSING
- point (CGPoint%)
- MISSING

true if successful; otherwise false.

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