MonobjcMonobjc Documented Class Library
CGPointMakeWithDictionaryRepresentation Method (dict, point)
NamespacesMonobjc.ApplicationServicesCGGeometryCGPointMakeWithDictionaryRepresentation(NSDictionary, CGPoint%)

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.

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