UIDynamicItem.Transform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.