MonobjcMonobjc Documented Class Library
CPLayerHostingView Constructor
NamespacesMonobjc.CorePlotCPLayerHostingViewCPLayerHostingView()()()()
Members
IconMemberDescription
CPLayerHostingView(NSRect)

Initializes and returns a newly allocated NSView object with a specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.


CPLayerHostingView(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


CPLayerHostingView()()()()
Initializes a new instance of the CPLayerHostingView class.

CPLayerHostingView(IntPtr)
Initializes a new instance of the CPLayerHostingView class.

CPLayerHostingView(String, Object, array<Object>[]()[][])
Initializes a new instance of the CPLayerHostingView class.

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)