MonobjcMonobjc Documented Class Library
DecodeRect Method
NamespacesMonobjc.FoundationNSCoderDecodeRect()()()()

Decodes and returns an NSRect structure that was previously encoded with encodeRect:.

Original signature is '- (NSRect)decodeRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect DecodeRect()
Public Overridable Function DecodeRect As NSRect
public:
virtual NSRect DecodeRect()
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeRect"]

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)