Share via


NSValue.CGAffineTransformValue Property

Definition

Returns the CGAffineTransform value wrapped by this NSValue object.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGAffineTransform CGAffineTransformValue { [Foundation.Export("CGAffineTransformValue")] get; }
public virtual CoreGraphics.CGAffineTransform CGAffineTransformValue { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("CGAffineTransformValue")>]
member this.CGAffineTransformValue : CoreGraphics.CGAffineTransform
member this.CGAffineTransformValue : CoreGraphics.CGAffineTransform

Property Value

Attributes

Applies to