MonobjcMonobjc Documented Class Library
CGRectMakeWithDictionaryRepresentation Method (dict, rect)
NamespacesMonobjc.ApplicationServicesCGGeometryCGRectMakeWithDictionaryRepresentation(NSDictionary, CGRect%)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
dict (NSDictionary)
MISSING
rect (CGRect%)
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)