Returns the size of a content view for an NSScrollView whose frame size is frameSize.
Original signature is '+ (NSSize)contentSizeForFrameSize:(NSSize)frameSize hasHorizontalScroller:(BOOL)hFlag hasVerticalScroller:(BOOL)vFlag borderType:(NSBorderType)borderType'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSSize ContentSizeForFrameSizeHasHorizontalScrollerHasVerticalScrollerBorderType( NSSize frameSize, bool hFlag, bool vFlag, NSBorderType borderType )
Public Shared Function ContentSizeForFrameSizeHasHorizontalScrollerHasVerticalScrollerBorderType ( _ frameSize As NSSize, _ hFlag As Boolean, _ vFlag As Boolean, _ borderType As NSBorderType _ ) As NSSize
public: static NSSize ContentSizeForFrameSizeHasHorizontalScrollerHasVerticalScrollerBorderType( NSSize frameSize, bool hFlag, bool vFlag, NSBorderType borderType )

- frameSize (NSSize)
- MISSING
- hFlag (Boolean)
- MISSING
- vFlag (Boolean)
- MISSING
- borderType (NSBorderType)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSScrollView.ContentSizeForFrameSizeHasHorizontalScrollerHasVerticalScrollerBorderType(Monobjc.Foundation.NSSize,System.Boolean,System.Boolean,Monobjc.AppKit.NSBorderType)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)