MonobjcMonobjc Documented Class Library
CGLayer Class
NamespacesMonobjc.ApplicationServicesCGLayer

[Missing <summary> documentation for "T:Monobjc.ApplicationServices.CGLayer"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CGLayer
Public NotInheritable Class CGLayer
public ref class CGLayer abstract sealed
Members
All MembersMethods



IconMemberDescription
CGContextDrawLayerAtPoint(IntPtr, CGPoint, IntPtr)

Draws the contents of a CGLayer object at the specified point.

Original signature is 'void CGContextDrawLayerAtPoint ( CGContextRef context, CGPoint point, CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


CGContextDrawLayerInRect(IntPtr, CGRect, IntPtr)

Draws the contents of a CGLayer object into the specified rectangle.

Original signature is 'void CGContextDrawLayerInRect ( CGContextRef context, CGRect rect, CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


CreateWithContext(IntPtr, CGSize, NSDictionary)

Creates a CGLayer object that is associated with a graphics context.

Original signature is 'CGLayerRef CGLayerCreateWithContext ( CGContextRef context, CGSize size, CFDictionaryRef auxiliaryInfo );'

Available in Mac OS X version 10.4 and later.


GetContext(IntPtr)

Returns the graphics context associated with a CGLayer object.

Original signature is 'CGContextRef CGLayerGetContext ( CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


GetSize(IntPtr)

Returns the width and height of a CGLayer object.

Original signature is 'CGSize CGLayerGetSize ( CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


Release(IntPtr)

Decrements the retain count of a CGLayer object.

Original signature is 'void CGLayerRelease ( CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


Retain(IntPtr)

Increments the retain count of a CGLayer object.

Original signature is 'CGLayerRef CGLayerRetain ( CGLayerRef layer );'

Available in Mac OS X version 10.4 and later.


Inheritance Hierarchy
Object
CGLayer
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.AppKit (Module: Monobjc.AppKit)