UIDynamicItem.Transform Property

Definition

The transform of your object, relative to the center of its bounds.

public abstract CoreGraphics.CGAffineTransform Transform { [Foundation.Export("transform")] get; [Foundation.Export("setTransform:")] set; }
member this.Transform : CoreGraphics.CGAffineTransform with get, set

Property Value

The default value is the identity transform.

Implements

Attributes

Remarks

Contains the affine transformation that your object is used to render itself on the screen.

Applies to