MonobjcMonobjc Documented Class Library
CGSizeMakeWithDictionaryRepresentation Method (dict, size)
NamespacesMonobjc.ApplicationServicesCGGeometryCGSizeMakeWithDictionaryRepresentation(NSDictionary, CGSize%)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
dict (NSDictionary)
MISSING
size (CGSize%)
MISSING
Return Value
true if successful; otherwise, false.
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)