C# Class Monobjc.QuartzCore.CALayer

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
CATransform3DIdentity CATransform3D

Property Details

CATransform3DIdentity public static property

The identity transform: [1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1].

Available in Mac OS X v10.5 and later.

public static CATransform3D,Monobjc.QuartzCore CATransform3DIdentity
return CATransform3D