MonobjcMonobjc Documented Class Library
MaximumSizeOfLayer Method (layer)
NamespacesMonobjc.CorePlotICPLayoutManagerMaximumSizeOfLayer(CALayer)

Returns the maximum size of a layer in its coordinate system.

Original signature is '- (CGSize)maximumSizeOfLayer:(CALayer *)layer;'

Declaration Syntax
C#Visual BasicVisual C++
CGSize MaximumSizeOfLayer(
	CALayer layer
)
Function MaximumSizeOfLayer ( _
	layer As CALayer _
) As CGSize
CGSize MaximumSizeOfLayer(
	CALayer^ layer
)
Parameters
layer (CALayer)
The layer that requires layout.
Return Value
The maximum size of the layer.
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.CorePlot (Module: Monobjc.CorePlot)