UIImage.Size Property

Definition

The dimensions of the image. Read-only.

[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGSize Size { [Foundation.Export("size")] get; }
member this.Size : CoreGraphics.CGSize

Property Value

Attributes

Remarks

In iOS 4.0 and higher, this value is in points. In iOS 3.0 and lower, this value is in pixels.

This can be used from a background thread.

Applies to