MonobjcMonobjc Documented Class Library
CGPatternTiling Enumeration
NamespacesMonobjc.ApplicationServicesCGPatternTiling

Different methods for rendering a tiled pattern.

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGPatternTiling
Public Enumeration CGPatternTiling
public enum class CGPatternTiling
Members
MemberDescription
kCGPatternTilingNoDistortion

The pattern cell is not distorted when painted. The spacing between pattern cells may vary by as much as 1 device pixel.

Available in Mac OS X v10.1 and later.


kCGPatternTilingConstantSpacingMinimalDistortion

Pattern cells are spaced consistently. The pattern cell may be distorted by as much as 1 device pixel when the pattern is painted.

Available in Mac OS X v10.1 and later.


kCGPatternTilingConstantSpacing

Pattern cells are spaced consistently, as with kCGPatternTilingConstantSpacingMinimalDistortion. The pattern cell may be distorted additionally to permit a more efficient implementation.

Available in Mac OS X v10.1 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)