NSValue.CGAffineTransformValue 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.
Returns the CGAffineTransform value wrapped by this NSValue object.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGAffineTransform CGAffineTransformValue { [Foundation.Export("CGAffineTransformValue")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.CGAffineTransformValue : CoreGraphics.CGAffineTransform
Property Value
- Attributes