MonobjcMonobjc Documented Class Library
CAEdgeAntialiasingMask Enumeration
NamespacesMonobjc.QuartzCoreCAEdgeAntialiasingMask

This mask is used by the edgeAntialiasingMask property.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum CAEdgeAntialiasingMask
<FlagsAttribute> _
Public Enumeration CAEdgeAntialiasingMask
[FlagsAttribute]
public enum class CAEdgeAntialiasingMask
Members
MemberDescription
kCALayerLeftEdge

Specifies that the left edge of the receiver’s content should be antialiased.

Available in Mac OS X v10.5 and later.


kCALayerRightEdge

Specifies that the right edge of the receiver’s content should be antialiased.

Available in Mac OS X v10.5 and later.


kCALayerBottomEdge

Specifies that the bottom edge of the receiver’s content should be antialiased.

Available in Mac OS X v10.5 and later.


kCALayerTopEdge

Specifies that the top edge of the receiver’s content should be antialiased.

Available in Mac OS X v10.5 and later.


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)