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

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

- dict (NSDictionary)
- MISSING
- rect (CGRect%)
- 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)