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

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

- dict (NSDictionary)
- MISSING
- size (CGSize%)
- 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)