MonobjcMonobjc Documented Class Library
DecodeSize Method
NamespacesMonobjc.FoundationNSCoderDecodeSize()()()()

Decodes and returns an NSSize structure that was previously encoded with encodeSize:.

Original signature is '- (NSSize)decodeSize'

Available in Mac OS X v10.0 and later.

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

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

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)