MonobjcMonobjc Documented Class Library
Transform Property
NamespacesMonobjc.QuartzCoreCALayerTransform

Specifies the transform applied to the receiver, relative to the center of its bounds. Animatable.

Original signature is '@property CATransform3D transform'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CATransform3D Transform { get; set; }
Public Overridable Property Transform As CATransform3D
	Get
	Set
public:
virtual property CATransform3D Transform {
	CATransform3D get ();
	void set (CATransform3D value);
}
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)