MonobjcMonobjc Documented Class Library
Implicit Operator
NamespacesMonobjc.FoundationNSRect64ImplicitWideningImplicitImplicitImplicit(NSRect64 to NSRect)
Performs an implicit conversion from NSRect64 to NSRect.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator NSRect (
	NSRect64 value
)
Public Shared Widening Operator CType ( _
	value As NSRect64 _
) As NSRect
static implicit operator NSRect (
	NSRect64 value
)
Parameters
value (NSRect64)
The value.
Return Value
The result of the conversion.
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.Foundation (Module: Monobjc.Foundation)